Skip to content

[Feature Request]: Ability for draw_all_possible_flows, draw_most_recent_execution to draw nested workflows steps #67

@CharlyJazz

Description

@CharlyJazz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions