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