I have a parallel gateway split into two tasks but only one of the tasks will complete. After adding some signals to interrupt the other task when one is completed, there are 4 paths merging but only 2 will ever be active.
I made the mistake of using a parallel gateway to merge instead of an inclusive gateway and now instances are in progress waiting for paths that will never complete. Is there anyway to manually flag them to continue or are those processes permanently stuck?