This is an automated email from the ASF dual-hosted git repository.

fjtiradosarti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new c79b03e0b Updating prevActionResult with example reference (#552)
c79b03e0b is described below

commit c79b03e0bd7a6c11619f766800e06333ac8aeb90
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Tue Feb 27 18:27:07 2024 +0100

    Updating prevActionResult with example reference (#552)
---
 .../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 82cb7fcaf..7bfa2f464 100644
--- 
a/serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc
+++ 
b/serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc
@@ -218,7 +218,7 @@ Besides constants and secrets, you might access contextual 
information of the ru
  * `name`: The name of the running workflow definition
  * `instanceId`: The id of the running workflow instance
  * `headers`: Optional map containing the headers, if any, of the invocation 
that started the running workflow instance 
- * `prevActionResult`: In a `foreach` state, give access the result of the 
previous loop iteration output. 
+ * `prevActionResult`: In a `foreach` state using multiple actions per loop 
cycle, give access to the result of the previous action. See 
link:{kogito_sw_examples_url}/serverless-workflow-foreach-quarkus/src/main/resources/foreach.sw.json#L11[example]
  * `identity`: Quarkus security identity
  
  Therefore, the following function, for a serverless workflow definition whose 
id  is `expressionTest`, will append the string `worklow id is expressionTest` 
to the `message` variable


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to