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.