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