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