0 Replies Latest reply on Mar 31, 2012 3:34 PM by lakshmi.sampath

    Multiple Instances: Doesnt suspend if a subprocess inside it suspends

    lakshmi.sampath

      Hi,

       

      I was trying to loop through a Sub-process from a main proces and used diverge gateways and converge gateways to achieve the loop.

      My sub-process based on the business logic either completes the work item or suspends the workitem by behaving like async.

       

      Everything works fine, but then I thought instead of using gateways, switched it to use Multiple Instances to achieve the loop throgh collections.

      The problem is multiple instance loops through the collection but when a subprocess inside the Multiple instance suspends, the loop keeps continuing.

       

       

      thanks

      lakshmi.