Class DelegateTaskCommand

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

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

      • DelegateTaskCommand

        public DelegateTaskCommand()
      • DelegateTaskCommand

        public DelegateTaskCommand​(long taskId,
                                   String userId,
                                   String targetEntityId)