Skip to content

Commit

Permalink
docs(connectors): use relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-codes committed Aug 29, 2024
1 parent dae009d commit c267040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/connectors/use-connectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ The **Error Expression** property requires a [FEEL](/components/modeler/feel/wha

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.
- [`bpmnError`](#function-bpmnerror) to create a BPMN error object. This triggers a [ThrowError call](/components/best-practices/development/dealing-with-problems-and-exceptions.md) to the workflow engine.
- [`jobError`](#function-jobError) to create a fail job object. This triggers a [FailJob call](/components/best-practices/development/dealing-with-problems-and-exceptions.md) to the workflow engine.

The `bpmnError` FEEL function optionally allows you to pass variables as the third parameter. You can combine this with a boundary event to use the variables in condition expressions when handling the error event. Example FEEL expression:

Expand Down

0 comments on commit c267040

Please sign in to comment.