-
Method Summary
Set the custom action to assign the user task with.
Flag to allow overriding an existing assignee for the user task without unassigning it first.
Set the assignee to set for the user task.
-
Method Details
-
action
Set the custom action to assign the user task with.
- Parameters:
action - the action value
- Returns:
- the builder for this command. Call
FinalCommandStep.send() to complete the command and send it
to the broker.
-
assignee
Set the assignee to set for the user task.
- Parameters:
assignee - the assignee to set
- Returns:
- the builder for this command. Call
FinalCommandStep.send() to complete the command and send it
to the broker.
-
allowOverride
Flag to allow overriding an existing assignee for the user task without unassigning it first.
- Parameters:
allowOverride - allow overriding an existing assignee
- Returns:
- the builder for this command. Call
FinalCommandStep.send() to complete the command and send it
to the broker.