- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.ExecutableCommand<Void>, org.kie.api.command.Command<Void>
public class SkipTaskCommand
extends UserGroupCallbackTaskCommand<Void>
Operation.Skip : [ new OperationCommand().{ status = [ Status.Created ],
allowed = [ Allowed.Initiator, Allowed.BusinessAdministrator ], newStatus =
Status.Obsolete, skipable = true }, new OperationCommand().{ status = [
Status.Ready ], allowed = [ Allowed.PotentialOwner,
Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true
}, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus =
Status.Obsolete, skipable = true } ],
- See Also:
- Serialized Form