From b6a0a09b83f99b66912b3af945dc33217edf8dec Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:42:26 +0100 Subject: [PATCH] Update serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> --- .../modules/ROOT/pages/core/understanding-jq-expressions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc b/serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc index 805f2c1ab..b9a491f95 100644 --- a/serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc +++ b/serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc @@ -20,7 +20,7 @@ JQ expression might be tricky to master, for non trivial cases, it is recommende [[ref-example-jq-expression-function]] == Example of jq expression in functions -Expressions can be used in functions of type `expression` to manipulate the workflow model. As any other function the result of the expression evaluation will be merged into the model +Expressions can be used in functions of type `expression` to manipulate the workflow model. As with any other function, the result of the expression evaluation will be merged into the model For example, in the link:{kogito_sw_examples_url}/serverless-workflow-expression-quarkus[`serverless-workflow-expression-quarkus`] example application, a max function adds to the model two properties: `max`, containing the maximum value of `x` coordinate in the `numbers` array (which is a workflow input parameter) and `min`, containing the minimum value of `y` coordinate