-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding JobResult
to CompleteJobRequest
for gRPC
#4808
Adding JobResult
to CompleteJobRequest
for gRPC
#4808
Conversation
👋 🤖 🤔 Hello, @christinaausley! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
🧹 Preview environment for this PR has been torn down. |
// * `assignee` - reset by providing an empty string | ||
// * `dueDate` - reset by providing an empty string | ||
// * `followUpDate` - reset by providing an empty string | ||
// * `candidateGroups` - reset by providing an empty list | ||
// * `candidateUsers` - reset by providing an empty list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As multiple listeners may trigger in sequence, corrections may overwrite one-another. the wording reset
may imply that a previously made correction can be "reset" (i.e. undone).
🔧 I suggest changing the word reset
to unset
or clear
@ana-vinogradova-camunda @ce-dmelnych What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point @korthout ! Thank you. I will open a PR for it today 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will use unset
for now, but if you prefer the clear
option, just let me know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go for clear, while reviewing other documentation I saw it getting some usage
Description
Updating
gateway-service.md
fileCompleteJobRequest
:JobResult
toCompleteJobRequest
JobResultCorrections
toJobResult
closes camunda/camunda#26345
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).