Hello,
I have a process in production where I used an inclusive gateway to merge several paths. The process was recently updated to no longer require both paths be completed (i.e. change from parallel to inclusive gateway).
I have several existing instances that hit the parallel gateway and are waiting for the second path to complete. That path will never complete (no longer required).
My question is: is there anyway to retrigger / push the process through the inclusive gateway, so the instances don't remain waiting for the parallel gateway?
Thanks!