Uses of Interface
io.camunda.client.api.command.CompleteUserTaskJobResultStep1
Packages that use CompleteUserTaskJobResultStep1
-
Uses of CompleteUserTaskJobResultStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CompleteUserTaskJobResultStep1Modifier and TypeMethodDescriptionCompleteUserTaskJobResultStep1.correct(JobResultCorrections corrections) Applies corrections to the user task attributes.CompleteUserTaskJobResultStep1.correct(UnaryOperator<JobResultCorrections> corrections) Dynamically applies corrections to the user task attributes using a lambda expression.CompleteUserTaskJobResultStep1.correctAssignee(String assignee) Correct the assignee of the task.CompleteUserTaskJobResultStep1.correctCandidateGroups(List<String> candidateGroups) Correct the candidate groups of the task.CompleteUserTaskJobResultStep1.correctCandidateUsers(List<String> candidateUsers) Correct the candidate users of the task.CompleteUserTaskJobResultStep1.correctDueDate(String dueDate) Correct the due date of the task.CompleteUserTaskJobResultStep1.correctFollowUpDate(String followUpDate) Correct the follow up date of the task.CompleteUserTaskJobResultStep1.correctPriority(Integer priority) Correct the priority of the task.CompleteUserTaskJobResultStep1.deniedReason(String deniedReason) Indicates the reason why the worker denied the job.CompleteUserTaskJobResultStep1.deny(boolean isDenied) Indicates whether the worker denies the work, i.e. explicitly doesn't approve it.Indicates whether the worker denies the work, i.e. explicitly doesn't approve it.CompleteJobCommandStep1.CompleteJobCommandJobResultStep.forUserTask()Initializes the job result to allow corrections or a denial to be configured. -
Uses of CompleteUserTaskJobResultStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CompleteUserTaskJobResultStep1