Class StartTaskCommand

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

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

      • StartTaskCommand

        public StartTaskCommand()
      • StartTaskCommand

        public StartTaskCommand​(long taskId,
                                String userId)