0 Replies Latest reply on Feb 11, 2011 9:17 AM by ayusman_dikshit

    continue={sync|async|exclusive}

    ayusman_dikshit

      hi all,

      since I am strating with jbpm4.4, I saw an example with <on> tag like this:

       

         <fork g="99,68,80,40" name="fork">

            <on event="end" continue="async" />

            <transition g="122,41:" to="async ship goods"/>

            <transition g="123,142:" to="async send bill"/>

          </fork>

       

      I have 2 questions:

       

      1. what does event="end" signify?

      2. what does different continue options mean? continue={sync|async|exclusive}. From the user and dev guides for jbpm4.4 I could not really understand what exactly these mean. It seems like they deal with how transactions are handled. Please help.

       

      Thanks,

      Ayusman