Package org.jbpm.casemgmt.impl.command
Class AddDynamicTaskToStageCommand
- java.lang.Object
-
- org.jbpm.casemgmt.impl.command.CaseCommand<Void>
-
- org.jbpm.casemgmt.impl.command.AddDynamicTaskToStageCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Void>
,org.kie.api.command.ExecutableCommand<Void>
public class AddDynamicTaskToStageCommand extends CaseCommand<Void>
Adds task to given stage within selected ad hoc process instance with given parameters- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(org.kie.api.runtime.Context context)
-
Methods inherited from class org.jbpm.casemgmt.impl.command.CaseCommand
getCaseEventSupport, getCaseFile, getIdentityProvider, getRuntimeManager, triggerRules
-
-
-
-
Method Detail
-
execute
public Void execute(org.kie.api.runtime.Context context)
-
-