Class ClaimTaskCommand

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

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

      • ClaimTaskCommand

        public ClaimTaskCommand()
      • ClaimTaskCommand

        public ClaimTaskCommand​(long taskId,
                                String userId)