Skip to content

Commit

Permalink
Update gateway-service.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley authored Dec 27, 2024
1 parent 892eb03 commit 943b9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis-tools/zeebe-api/gateway-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ message CompleteJobRequest {
}
message JobResult{
// Indicates whether the worker denies the work, for example, explicitly doesn't approve it.
// Indicates whether the worker denies the work, or explicitly doesn't approve it.
// For example, a user task listener can deny the completion of a user task by setting this flag to true.
// In this example, the completion of a task is represented by a job that the worker can complete as denied.
// As a result, the completion request is rejected and the task remains active.
Expand Down

0 comments on commit 943b9c3

Please sign in to comment.