Class StopTaskCommand

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

    public class StopTaskCommand
    extends UserGroupCallbackTaskCommand<Void>
    Operation.Stop : [ new OperationCommand().{ status = [ Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Reserved } ],
    See Also:
    Serialized Form
    • Constructor Detail

      • StopTaskCommand

        public StopTaskCommand()
      • StopTaskCommand

        public StopTaskCommand​(long taskId,
                               String userId)