Class CompleteUserTaskCommandImpl

java.lang.Object
io.camunda.zeebe.client.impl.command.CompleteUserTaskCommandImpl
All Implemented Interfaces:
CompleteUserTaskCommandStep1, FinalCommandStep<CompleteUserTaskResponse>

public final class CompleteUserTaskCommandImpl extends Object implements CompleteUserTaskCommandStep1
This command implementation currently does not extend CommandWithVariables since we would have to handle a String-ified JSON variables object. The request object itself expects a Map though. In the future, we might extend this to also allow all options from CommandWithVariables here.