Skip to content

Commit

Permalink
Update email.md (#5079)
Browse files Browse the repository at this point in the history
* Update email.md

* Update email.md

* Update email.md
  • Loading branch information
mathias-vandaele authored Feb 25, 2025
1 parent e73c5d2 commit 09749ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Language ([FEEL](/components/modeler/feel/what-is-feel.md)) expression to contro
process instance. This condition acts as a filter, allowing the process to be initiated only when certain criteria are
met by the incoming email.

For example, the FEEL expression `=(response.subject = "urgent")` ensures that the process is only triggered if the
For example, the FEEL expression `subject = "urgent"` ensures that the process is only triggered if the
subject of the incoming email matches "urgent". If this field is left blank, the process is triggered for every email
received by the connector.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ as prioritizing tasks, content analysis, and automated responses.

The optional **Activation condition** field allows you to specify a Friendly Enough Expression Language ([FEEL](/components/modeler/feel/what-is-feel.md)) expression to control when this Connector should trigger a process instance. This condition acts as a filter, allowing the process to be initiated only when certain criteria are met by the incoming email.

For example, the FEEL expression `=(response.subject = "urgent")` ensures that the process is only triggered if the subject of the incoming email matches "urgent". If this field is left blank, the process is triggered for every email received by the connector.
For example, the FEEL expression `subject = "urgent"` ensures that the process is only triggered if the subject of the incoming email matches "urgent". If this field is left blank, the process is triggered for every email received by the connector.

## Correlation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Language ([FEEL](/components/modeler/feel/what-is-feel.md)) expression to contro
process instance. This condition acts as a filter, allowing the process to be initiated only when certain criteria are
met by the incoming email.

For example, the FEEL expression `=(response.subject = "urgent")` ensures that the process is only triggered if the
For example, the FEEL expression `subject = "urgent"` ensures that the process is only triggered if the
subject of the incoming email matches "urgent". If this field is left blank, the process is triggered for every email
received by the connector.

Expand Down

0 comments on commit 09749ad

Please sign in to comment.