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