Uses of Interface
io.camunda.client.api.command.CompleteJobCommandStep1
Packages that use CompleteJobCommandStep1
Package
Description
-
Uses of CompleteJobCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionCompleteJobCommandStep1.CompleteJobCommandStep2.resultDone()Marks the completion of configuring the result of the job.Set a single variable to complete the job with.CompleteJobCommandStep1.variables(InputStream variables) Set the variables to complete the job with.Set the variables to complete the job with.Set the variables to complete the job with.Set the variables to complete the job with.CompleteJobCommandStep1.withResult(CompleteJobResult jobResult) Sets the result of the completed job, allowing the worker to apply corrections to user task attributes or explicitly deny the user task lifecycle transition.CompleteJobCommandStep1.withResult(UnaryOperator<CompleteJobResult> jobResultModifier) Modifies the result of the completed job using a lambda expression, allowing the worker to dynamically apply corrections to user task attributes or explicitly deny the user task lifecycle transition. -
Uses of CompleteJobCommandStep1 in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionJobClient.newCompleteCommand(long jobKey) Command to complete a job.JobClient.newCompleteCommand(ActivatedJob job) Command to complete a job. -
Uses of CompleteJobCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newCompleteCommand(long jobKey) CamundaClientImpl.newCompleteCommand(ActivatedJob job) -
Uses of CompleteJobCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CompleteJobCommandStep1Methods in io.camunda.client.impl.command that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionCompleteJobCommandImpl.resultDone()protected CompleteJobCommandStep1CompleteJobCommandImpl.setVariablesInternal(String variables) CompleteJobCommandImpl.useGrpc()CompleteJobCommandImpl.useRest()CompleteJobCommandImpl.withResult(CompleteJobResult jobResult) CompleteJobCommandImpl.withResult(UnaryOperator<CompleteJobResult> jobResultModifier) -
Uses of CompleteJobCommandStep1 in io.camunda.client.impl.worker
Methods in io.camunda.client.impl.worker that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionJobClientImpl.newCompleteCommand(long jobKey) JobClientImpl.newCompleteCommand(ActivatedJob job)