- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<Void>, org.kie.api.command.Command<Void>
public class SuspendTaskCommand
extends TaskCommand<Void>
Operation.Suspend : [ new OperationCommand().{ status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ],
newStatus = Status.Suspended }, new OperationCommand().{ status = [
Status.Reserved, Status.InProgress ], allowed = [Allowed.Owner,
Allowed.BusinessAdministrator ], newStatus = Status.Suspended } ],
- See Also:
- Serialized Form