This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Switch task inside a fork-join #3666
parakhshrenik
started this conversation in
General
Replies: 0 comments
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 a use case where I've multiple switch tasks inside a fork join.
Let's assume it looks like this (pseudo code)
Now, the question I've is what should I join on? The expected behavior is the join should happen only when both the branches are done executing.
But if I JOIN_ON (TASK A & TASK C) it may never finish in case it goes to default case of either of the switch tasks.
Beta Was this translation helpful? Give feedback.
All reactions