I have a Parallel Gateway which collapses multiple inputs into a single linear output. This then goes to a Signal Throw (which interrupts a previous task), then a Workflow Task, then End Event. The issue is that the Parallel Gateway is monitored as Complete for each of the inputs, but it never moves on to the Signal Throw, the WF, or the End Event. This process should be occurring each time an input event is completed.
I have checked the Signal Throw and the Signal Catch Events, and everything looks to be setup correctly. Any ideas? Possibly the number of inputs is causing an issue, and a couple Exclusive Gateways to limit the number of inputs into the Parallel Gateway?
Thanks,