Skip to content

Commit e0cdbae

Browse files
authored
fix:Modify the actionFilter and parameters problem of the specification.md (#722)
Signed-off-by: whuanle <[email protected]>
1 parent 04b9684 commit e0cdbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ Let's say we have the following workflow definition:
14981498
"actions": [
14991499
{
15001500
"functionRef": "Increment Count Function",
1501-
"actionFilter": {
1501+
"actionDataFilter": {
15021502
"toStateData": "${ .count }"
15031503
}
15041504
}
@@ -1671,7 +1671,7 @@ an inline expression that sets an input parameter inside an action for example:
16711671
{
16721672
"functionRef": {
16731673
"refName": "confirmApplicant",
1674-
"parameters": {
1674+
"arguments": {
16751675
"applicantName": "${ .applicant.name }"
16761676
}
16771677
}

0 commit comments

Comments
 (0)