Skip to content

Commit 25e02d0

Browse files
jwulfkorthout
andcommitted
Update src/zeebe/lib/interfaces-grpc-1.0.ts
Co-authored-by: Nico Korthout <[email protected]>
1 parent 6ea9970 commit 25e02d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/zeebe/lib/interfaces-grpc-1.0.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -522,11 +522,11 @@ export interface JobResult {
522522
denied?: boolean
523523
// Attributes that were corrected by the worker.
524524
// The following attributes can be corrected, additional attributes will be ignored:
525-
// * `assignee` - reset by providing an empty String
526-
// * `dueDate` - reset by providing an empty String
527-
// * `followUpDate` - reset by providing an empty String
528-
// * `candidateGroups` - reset by providing an empty list
529-
// * `candidateUsers` - reset by providing an empty list
525+
// * `assignee` - clear by providing an empty String
526+
// * `dueDate` - clear by providing an empty String
527+
// * `followUpDate` - clear by providing an empty String
528+
// * `candidateGroups` - clear by providing an empty list
529+
// * `candidateUsers` - clear by providing an empty list
530530
// * `priority` - minimum 0, maximum 100, default 50
531531
// Omitting any of the attributes will preserve the persisted attribute's value.
532532
corrections?: JobResultCorrections

0 commit comments

Comments
 (0)