Issue: draw_all_possible_flows only displays one branch instead of 3 #17821
Closed
alex-stoica
started this conversation in
General
Replies: 1 comment 2 replies
-
This is expected @alex-stoica -- The drawing util is only drawing steps and which events trigger those steps. In this case, you have one step ( So, the drawing is indeed accurate. And this is totally a fine way to structure a workflow (I think we even show this pattern in the docs) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workflow that creates three branches and then combines them later with some logging. However, when I attempt to visualize the workflow using draw_all_possible_flows, I only see a single
LetterRequest
coming out of the dispatch step instead of the expected three.Here is the relevant part of my workflow
Is this the expected behavior of draw_all_possible_flows, or am I missing something? Should I be structuring the dispatch step differently to ensure all branches are properly visualized?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions