From 09749ade868833e7a8fdbd1ac6bf8fe40429b86f Mon Sep 17 00:00:00 2001 From: Mathias Vandaele Date: Wed, 26 Feb 2025 03:51:04 +0800 Subject: [PATCH] Update email.md (#5079) * Update email.md * Update email.md * Update email.md --- docs/components/connectors/out-of-the-box-connectors/email.md | 2 +- .../components/connectors/out-of-the-box-connectors/email.md | 2 +- .../components/connectors/out-of-the-box-connectors/email.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/connectors/out-of-the-box-connectors/email.md b/docs/components/connectors/out-of-the-box-connectors/email.md index 160ac9893a5..90e84e9b4b0 100644 --- a/docs/components/connectors/out-of-the-box-connectors/email.md +++ b/docs/components/connectors/out-of-the-box-connectors/email.md @@ -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. diff --git a/versioned_docs/version-8.6/components/connectors/out-of-the-box-connectors/email.md b/versioned_docs/version-8.6/components/connectors/out-of-the-box-connectors/email.md index fd38407ce10..2d439131f80 100644 --- a/versioned_docs/version-8.6/components/connectors/out-of-the-box-connectors/email.md +++ b/versioned_docs/version-8.6/components/connectors/out-of-the-box-connectors/email.md @@ -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 diff --git a/versioned_docs/version-8.7/components/connectors/out-of-the-box-connectors/email.md b/versioned_docs/version-8.7/components/connectors/out-of-the-box-connectors/email.md index b2bae3c9f6e..9e325abe953 100644 --- a/versioned_docs/version-8.7/components/connectors/out-of-the-box-connectors/email.md +++ b/versioned_docs/version-8.7/components/connectors/out-of-the-box-connectors/email.md @@ -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.