specification
specification copied to clipboard
ForEach iteration param access
Many thanks for submitting your Pull Request :heart:!
Please specify parts of this PR update:
- [x] Specification
- [ ] Schema
- [ ] Examples
- [ ] Extensions
- [ ] Roadmap
- [ ] Use Cases
- [ ] Community
- [ ] TCK
- [ ] Other
Discussion or Issue link:
https://github.com/serverlessworkflow/specification/issues/682 What this PR does / why we need it:
Replacing . by $. $ is the prefix used by jq for accessing variables. This prevents implementors to have to temporarily add iterationParam to the workflow model in order to evaluate the expression.
Special notes for reviewers:
Additional information: