Feature Description
- Currently as the doc says draw_most_recent_execution, draw_most_recent_execution do not draw nested workflows steps but this should be super awesome!
- I think we can save the nested workflow instance on the Context and use it to render the nested information, right?
On a Step:
await ctx.set('nested_workflow', nested_workflow)
await nested_workflow.run()
On StopEvent:
nested_workflow_instance: NestedWorkflow = await ctx.get('nested_workflow')
draw_all_possible_flows(workflow, filename="example.html", nested_workflows=[nested_workflow_instance])
Reason
I don't know the technical reasons behind!
Value of Feature
No response