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