Uses of Class
io.camunda.client.api.command.CompleteJobResult
Packages that use CompleteJobResult
-
Uses of CompleteJobResult in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CompleteJobResultModifier and TypeMethodDescriptionCompleteJobResult.correct(JobResultCorrections corrections) Applies corrections to the user task attributes.CompleteJobResult.correct(UnaryOperator<JobResultCorrections> corrections) Dynamically applies corrections to the user task attributes using a lambda expression.CompleteJobResult.correctAssignee(String assignee) Correct the assignee of the task.CompleteJobResult.correctCandidateGroups(List<String> candidateGroups) Correct the candidate groups of the task.CompleteJobResult.correctCandidateUsers(List<String> candidateUsers) Correct the candidate users of the task.CompleteJobResult.correctDueDate(String dueDate) Correct the due date of the task.CompleteJobResult.correctFollowUpDate(String followUpDate) Correct the follow up date of the task.CompleteJobResult.correctPriority(Integer priority) Correct the priority of the task.CompleteJobResult.deny(boolean isDenied) Indicates whether the worker denies the work, i.e. explicitly doesn't approve it.Methods in io.camunda.client.api.command with parameters of type CompleteJobResultModifier and TypeMethodDescriptionCompleteJobCommandStep1.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.Method parameters in io.camunda.client.api.command with type arguments of type CompleteJobResultModifier and TypeMethodDescriptionCompleteJobCommandStep1.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 CompleteJobResult in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type CompleteJobResultMethod parameters in io.camunda.client.impl.command with type arguments of type CompleteJobResultModifier and TypeMethodDescriptionCompleteJobCommandImpl.withResult(UnaryOperator<CompleteJobResult> jobResultModifier)