Class ResumeTaskCommand

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

    public class ResumeTaskCommand
    extends UserGroupCallbackTaskCommand<Void>
    Operation.Resume : [ new OperationCommand().{ previousStatus = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], setToPreviousStatus = true }, new OperationCommand().{ previousStatus = [ Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], setToPreviousStatus = true } ],
    See Also:
    Serialized Form
    • Constructor Detail

      • ResumeTaskCommand

        public ResumeTaskCommand()
      • ResumeTaskCommand

        public ResumeTaskCommand​(long taskId,
                                 String userId)