Class TriggerAdHocNodeInStageCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Void>, org.kie.api.command.ExecutableCommand<Void>

    public class TriggerAdHocNodeInStageCommand
    extends CaseCommand<Void>
    Triggers a ad hoc activity within given stage (adhoc subprocess)
    See Also:
    Serialized Form
    • Constructor Detail

      • TriggerAdHocNodeInStageCommand

        public TriggerAdHocNodeInStageCommand​(org.kie.internal.identity.IdentityProvider identityProvider,
                                              CaseDefinition caseDef,
                                              Long processInstanceId,
                                              String stage,
                                              String fragmentName,
                                              Object data)
    • Method Detail

      • execute

        public Void execute​(org.kie.api.runtime.Context context)