Package org.activiti.engine.impl.cmd
Class ExecuteActivityForAdhocSubProcessCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.ExecuteActivityForAdhocSubProcessCmd
-
public class ExecuteActivityForAdhocSubProcessCmd extends java.lang.Object implements Command<Execution>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
activityId
protected java.lang.String
executionId
-
Constructor Summary
Constructors Constructor Description ExecuteActivityForAdhocSubProcessCmd(java.lang.String executionId, java.lang.String activityId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Execution
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Execution execute(CommandContext commandContext)
-
-