Package org.camunda.bpm.engine.impl.cmd
Class CompleteTaskCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
- Direct Known Subclasses:
ResolveTaskCmd
- Author:
- Joram Barrez
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCompleteTaskCmd
(String taskId, Map<String, Object> variables) CompleteTaskCmd
(String taskId, Map<String, Object> variables, boolean returnVariables, boolean deserializeReturnedVariables) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkCompleteTask
(TaskEntity task, CommandContext commandContext) protected void
completeTask
(TaskEntity task) execute
(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
taskId
-
variables
-
returnVariables
protected boolean returnVariables -
deserializeReturnedVariables
protected boolean deserializeReturnedVariables
-
-
Constructor Details
-
CompleteTaskCmd
-
CompleteTaskCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<VariableMap>
-
completeTask
-
checkCompleteTask
-