Hello. So I camuda is giving me an error called “No conditional sequence flow leaving the Flow Node ‘Task_0ewg59m’ could be selected for continuing the process.”
My diagram looks like this:
How can I overcome this issue?
Hello. So I camuda is giving me an error called “No conditional sequence flow leaving the Flow Node ‘Task_0ewg59m’ could be selected for continuing the process.”
My diagram looks like this:
How can I overcome this issue?
@Adrian_Yorg check all the outgoing and incoming sequence flows are properly connected to the activities
I’ve fixed my issue by simply adding another gateway which connects these two boxes together
thank you for this post
The (only) sequence flow leaving the activity should not be marked as default flow
Two incoming sequence flows are valid but less clear to inexperienced readers (is it XOR or AND join semantics?)
An explicit exclusive merging gateway makes it clearer
You may also be interested in this plugin:
Also gateway should be labeled with question and both edges should be named (yes,no)