Package org.camunda.bpm.engine.impl.cmd
Class SubmitTaskFormCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected VariableMap
protected boolean
protected String
-
Constructor Summary
ConstructorDescriptionSubmitTaskFormCmd
(String taskId, Map<String, Object> properties, boolean returnVariables, boolean deserializeValues) -
Method Summary
-
Field Details
-
taskId
-
properties
-
returnVariables
protected boolean returnVariables -
deserializeValues
protected boolean deserializeValues
-
-
Constructor Details
-
SubmitTaskFormCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<VariableMap>
-