public interface FlowableVariableEvent extends FlowableEngineEvent
FlowableEvent related to a single variable.| Modifier and Type | Method and Description |
|---|---|
String |
getTaskId() |
String |
getVariableName() |
VariableType |
getVariableType() |
Object |
getVariableValue() |
getExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypeString getVariableName()
Object getVariableValue()
VariableType getVariableType()
VariableType of the variable.String getTaskId()
Copyright © 2017 Flowable. All rights reserved.