We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b9684 commit e0cdbaeCopy full SHA for e0cdbae
specification.md
@@ -1498,7 +1498,7 @@ Let's say we have the following workflow definition:
1498
"actions": [
1499
{
1500
"functionRef": "Increment Count Function",
1501
- "actionFilter": {
+ "actionDataFilter": {
1502
"toStateData": "${ .count }"
1503
}
1504
@@ -1671,7 +1671,7 @@ an inline expression that sets an input parameter inside an action for example:
1671
1672
"functionRef": {
1673
"refName": "confirmApplicant",
1674
- "parameters": {
+ "arguments": {
1675
"applicantName": "${ .applicant.name }"
1676
1677
0 commit comments