3 Replies Latest reply on Jun 30, 2011 10:56 PM by priyakpandey

    JBPM 5.1 Final Release with jboss-5.1.0.GA - Events

    priyakpandey

      Hi,

      I was reading through the JBPM 5.1 Final Release documents (JBPM User Guide) and read about Events (Chapter 5 - Page no 59).

      I created a sample process which has event (Internal) and it works fine.

       

      Generally Event actions are executed asynchronously.

      I created a process with start -> Human Task -> End, On Entry Actions of Human Task I trigger the event. I have put print lines to trace the flow. What i observed is Events gets triggered on On Entry Actions of Human Task then Event actions gets executed and then Human Task  moves ahead. This makes execution synchronous.

       

      Can someone please confirm the behaviour whether Event actions are executed synchronously/ asynchronously?

      Thanks in Advance.