Class SetVariableCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.SetVariableCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseInstanceIdprotected StringvariableNameprotected ObjectvariableValue
-
Constructor Summary
Constructors Constructor Description SetVariableCmd(String caseInstanceId, String variableName, Object variableValue)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-