Package org.flowable.engine.impl.cmd
Class AddMultiInstanceExecutionCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.AddMultiInstanceExecutionCmd
-
- All Implemented Interfaces:
Serializable,Command<Execution>
public class AddMultiInstanceExecutionCmd extends Object implements Command<Execution>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected Map<String,Object>executionVariablesprotected static StringNUMBER_OF_INSTANCESprotected StringparentExecutionId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Executionexecute(CommandContext commandContext)protected ExecutionEntitysearchForMultiInstanceActivity(String activityId, String parentExecutionId, ExecutionEntityManager executionEntityManager)
-
-
-
Method Detail
-
execute
public Execution execute(CommandContext commandContext)
-
searchForMultiInstanceActivity
protected ExecutionEntity searchForMultiInstanceActivity(String activityId, String parentExecutionId, ExecutionEntityManager executionEntityManager)
-
-