Package org.flowable.engine.impl.cmd
Class DeleteMultiInstanceExecutionCmd
java.lang.Object
org.flowable.engine.impl.cmd.DeleteMultiInstanceExecutionCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteMultiInstanceExecutionCmd
(String executionId, boolean executionIsCompleted) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected ExecutionEntity
getMultiInstanceRootExecution
(ExecutionEntity executionEntity)
-
Field Details
-
NUMBER_OF_INSTANCES
- See Also:
-
NUMBER_OF_COMPLETED_INSTANCES
- See Also:
-
executionId
-
executionIsCompleted
protected boolean executionIsCompleted
-
-
Constructor Details
-
DeleteMultiInstanceExecutionCmd
-
-
Method Details