From 0acde4e3eab415a42b04389ac3457cf4184c7814 Mon Sep 17 00:00:00 2001 From: Armin Graf Date: Tue, 9 Dec 2025 00:40:50 -0500 Subject: [PATCH] fix: add workflow input block for dataflow workflow Signed-off-by: Armin Graf --- ctk/features/data-flow.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ctk/features/data-flow.feature b/ctk/features/data-flow.feature index daef5276..a0d1e96c 100644 --- a/ctk/features/data-flow.feature +++ b/ctk/features/data-flow.feature @@ -87,6 +87,10 @@ Feature: Data Flow output: as: '{ ids: [ $input, .id ] }' """ + And given the workflow input is: + """yaml + petId: 1 + """ When the workflow is executed Then the workflow should complete with output: """yaml