Class GetTaskVariableCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetTaskVariableCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class GetTaskVariableCmd extends Object implements Command<Object>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisLocalprotected StringtaskIdprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description GetTaskVariableCmd(String taskId, String variableName, boolean isLocal)
-
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
-