fjtirado commented on code in PR #671:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/671#discussion_r1793441871
##########
serverlessworkflow/modules/ROOT/pages/core/understanding-jq-expressions.adoc:
##########
@@ -239,6 +239,59 @@ In the previous example, a CloudEvent was published when
the state transitioned.
data={"gitRepo":"ssh://bitbucket.org/m2k-test","branch":"aaaaaaasssss","token":null,"workspaceId":"b93980cb-3943-4223-9441-8694c098eeb9","projectId":"9b305fe3-d441-48ce-b01b-d314e86e14ec","transformId":"723dce89-c25c-4c7b-9ef3-842de92e6fe6","workflowCallerId":"7ddb5193-bedc-4942-a857-596b31f377ed"}
----
+== ForEach state
+
+ForEach `iteratiomParam` should be accessed as a variable, not as a JSON
property, since the loop variable is not part of the workflow model the
expression is evaluated against. This means that rather than prefixing the
variable name with a `.`, it should be prefixed with a `$`
Review Comment:
I do not think so, since the title mentions jq
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]