Replies: 1 comment 1 reply
-
Any comments? |
Beta Was this translation helpful? Give feedback.
1 reply
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've been trying to implement a parent workflow that determines its children workflows dynamically to be run serially, I came across this example:
but I would like to do something like:
but I have been unsuccessful with very mixed results, sometimes they run in parallel sometimes the parent workflow gets stuck in waiting and so on, is this something that its even possible and what would be the correct way to achieve this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions