Skip to content

Commit cbc3bee

Browse files
Merge pull request #145 from dotflow-io/feature/127
🪲 BUG-#127: Fix workflow_id=None passed to execution engine
2 parents 856fd60 + 8d1d5c3 commit cbc3bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotflow/core/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(
114114

115115
self.tasks = execution(
116116
tasks=tasks,
117-
workflow_id=workflow_id,
117+
workflow_id=self.workflow_id,
118118
ignore=keep_going,
119119
groups=groups,
120120
resume=resume,

0 commit comments

Comments
 (0)