Skip to content

Commit 8ffb3af

Browse files
author
Alan Christie
committed
test: Attempt to fix tests
1 parent 10c3259 commit 8ffb3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/workflow_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def _prepare_step(
609609
name=p_step_name,
610610
running_workflow_id=rwf_id,
611611
)
612-
for step in response["steps"]:
612+
for step in response["status"]:
613613
dependent_instances.add(step["instance_id"])
614614

615615
num_step_instances: int = max(1, len(iter_values))

0 commit comments

Comments
 (0)