Class ReleaseTaskCommand

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

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

      • ReleaseTaskCommand

        public ReleaseTaskCommand()
      • ReleaseTaskCommand

        public ReleaseTaskCommand​(long taskId,
                                  String userId)