[jboss-user] [jBPM] - Re: Event Driven Business Process Management in jBPM5 question

Mauricio Salatino do-not-reply at jboss.com
Wed Jul 4 03:36:20 EDT 2012


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120704/30bf357e/attachment-0001.html 


More information about the jboss-user mailing list