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 63072cf commit b30de59Copy full SHA for b30de59
ctk/features/call.feature
@@ -22,7 +22,7 @@ Feature: Call Task
22
endpoint:
23
uri: https://petstore.swagger.io/v2/pet/findByStatus?status={status}
24
output:
25
- from: .[0]
+ as: .[0]
26
"""
27
And given the workflow input is:
28
"""yaml
@@ -108,7 +108,7 @@ Feature: Call Task
108
parameters:
109
status: ${ .status }
110
111
- from: . | length
+ as: . | length
112
113
114
dsl-reference.md
@@ -1515,9 +1515,7 @@ schema:
1515
petId:
1516
type: string
1517
required: [ petId ]
1518
-from:
1519
- petId: '${ .pet.id }'
1520
-to: '.petList += [ . ]'
+as: '.petList += [ . ]'
1521
```
1522
1523
### Export
0 commit comments