Package com.flowable.app.engine.impl.cmd
Class SetVariableCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.SetVariableCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
appDefinitionId
protected String
variableName
protected Object
variableValue
-
Constructor Summary
Constructors Constructor Description SetVariableCmd(String appDefinitionId, String variableName, Object variableValue)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-