Class ActivateTaskCommand

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

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

      • ActivateTaskCommand

        public ActivateTaskCommand()
      • ActivateTaskCommand

        public ActivateTaskCommand​(long taskId,
                                   String userId)