Skip to content

Commit 6390951

Browse files
authored
fix: add workflow input block for dataflow workflow (#1134)
Signed-off-by: Armin Graf <arminhammer@gmail.com>
1 parent e9e026a commit 6390951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ctk/features/data-flow.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Feature: Data Flow
8787
output:
8888
as: '{ ids: [ $input, .id ] }'
8989
"""
90+
And given the workflow input is:
91+
"""yaml
92+
petId: 1
93+
"""
9094
When the workflow is executed
9195
Then the workflow should complete with output:
9296
"""yaml

0 commit comments

Comments
 (0)