I have a Form that uses a sub-process. Within the sub-process I have an inclusive gateway that splits the form into three user tasks. Each getting routed to their own approval process. I then use a parallel gateway to wait for each user to approve the form before it continues.
The form is stuck within the sub-process and will not continue after each user had approved the form.
After reviewing the results, the inclusive gateway has to outgoing processes. The first route condition to set to "default" and the second route has a conditional set to a specific doc type.
The Form is not routing to both routes. It is only routing down the second route which has the condition.
My question is why the inclusive gateway is not also routing down the default?