Package io.camunda.client.api.command
Interface AssignUserTaskCommandStep1
- All Superinterfaces:
FinalCommandStep<AssignUserTaskResponse>
- All Known Implementing Classes:
AssignUserTaskCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the custom action to assign the user task with.allowOverride(boolean allowOverride) Flag to allow overriding an existing assignee for the user task without unassigning it first.Set the assignee to set for the user task.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
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.
-