We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f671133 commit 73f9d54Copy full SHA for 73f9d54
simpleflow/command.py
@@ -453,7 +453,7 @@ def workflow_history(
453
"external_workflows_signaling": history.external_workflows_signaling,
454
"signaled_workflows": history.signaled_workflows,
455
}
456
- elif mode == "cooked2":
+ elif output_format == "cooked2":
457
history.parse()
458
events = {
459
"workflow": [t for t in history.tasks if t.type == "child_workflow"],
0 commit comments