-
Notifications
You must be signed in to change notification settings - Fork 192
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
docs(connectors): clarify jobError's relationship to incidents #4206
Conversation
As a result of Camundi feedback
👋 🤖 ✅ Looks like the changes were ported across versions, nice job! 🎉 You can read more about the versioning within our docs in our documentation guidelines. |
After I get some initial feedback, I will:
|
|
||
Use the provided FEEL functions: | ||
|
||
- [`bpmnError`](#function-bpmnerror) to create a BPMN error object. This triggers a [ThrowError call](https://docs.camunda.io/docs/components/best-practices/development/dealing-with-problems-and-exceptions/#understanding-workers) to the workflow engine. |
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.
[all.hrefProduction] Improper link format: 'ThrowError call'. Please use relative URLs.
Use the provided FEEL functions: | ||
|
||
- [`bpmnError`](#function-bpmnerror) to create a BPMN error object. This triggers a [ThrowError call](https://docs.camunda.io/docs/components/best-practices/development/dealing-with-problems-and-exceptions/#understanding-workers) to the workflow engine. | ||
- [`jobError`](#function-jobError) to create a fail job object. This triggers a [FailJob call](https://docs.camunda.io/docs/components/best-practices/development/dealing-with-problems-and-exceptions/#understanding-workers) to the workflow engine. |
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.
[all.hrefProduction] Improper link format: 'FailJob call'. Please use relative URLs.
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.
Amazing, exactly what I wanted to see :).
👏 |
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.
🙌 Love to see it, thank you for backporting!
Description
Making this more function more clear for users who are familiar with BPMN concepts, but who are now learning Connectors.
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).