Interface CompleteUserTaskCommandStep1
- All Superinterfaces:
FinalCommandStep<CompleteUserTaskResponse>
- All Known Implementing Classes:
CompleteUserTaskCommandImpl
@Deprecated
public interface CompleteUserTaskCommandStep1
extends FinalCommandStep<CompleteUserTaskResponse>
Deprecated.
The user task completion currently only accepts variables as a
Map due to the current
request handling before sending it the gateway. The list of options might be extended in the
future.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Set the custom action to complete the user task with.Deprecated.Set the variables to complete the user task with.Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
action
Deprecated.Set the custom action to complete 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.
-
variables
Deprecated.Set the variables to complete the user task with.- Parameters:
variables- the variables as map- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
CompleteUserTaskCommandStep1