Mauricio Salatino [
https://community.jboss.org/people/salaboy21] created the discussion
"Re: Event Driven Business Process Management in jBPM5 question"
To view the discussion, visit:
https://community.jboss.org/message/745989#745989
--------------------------------------------------------------
You are not doing anything wrong.
You have a process will all synchrnous activities. The engine will run one after the other
in a cascade, that's why the events look out of order.
if you have a process like:
Start -> A -> B -> C - > D -> End
And all the activities are sync (A, B, C, D) the logs will print all the before* prints
(before each activity) and as soon as it reaches the end the cascade will go back and
print out all the afters*
If you add the node names to your listener you will that it make sense.
Cheers
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/745989#745989]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]