Uses of Interface
io.camunda.client.api.command.CompleteUserTaskCommandStep1
Packages that use CompleteUserTaskCommandStep1
Package
Description
-
Uses of CompleteUserTaskCommandStep1 in io.camunda.client
Methods in io.camunda.client that return CompleteUserTaskCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newUserTaskCompleteCommand(long userTaskKey) Command to complete a user task. -
Uses of CompleteUserTaskCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CompleteUserTaskCommandStep1Modifier and TypeMethodDescriptionSet the custom action to complete the user task with.Set a single variable to complete the user task with.CompleteUserTaskCommandStep1.variables(InputStream variables) Set the variables to complete the user task with.Set the variables to complete the user task with.Set the variables to complete the user task with.Set the variables to complete the user task with. -
Uses of CompleteUserTaskCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return CompleteUserTaskCommandStep1 -
Uses of CompleteUserTaskCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CompleteUserTaskCommandStep1Modifier and TypeClassDescriptionfinal classThis command implementation currently does not extendCommandWithVariablessince we would have to handle a String-ified JSON variables object.Methods in io.camunda.client.impl.command that return CompleteUserTaskCommandStep1Modifier and TypeMethodDescriptionprotected CompleteUserTaskCommandStep1CompleteUserTaskCommandImpl.setVariablesInternal(String variables)