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