Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: A question on the external event using event Correlation"

To view the discussion, visit: http://community.jboss.org/message/592495#592495

--------------------------------------------------------------
Hi, basically you have two different things to solve, one is about how to 
locate the correspondant session and the other is how to choose the right 
process to notify the event right?

For locating the right process to signal and to restore the right session we 
usualy implement a business layer that store a business key and information 
about your workitem or processid.
Take a look at the following example, using that layer you can also map a JMS 
message to a specific event or workitem to complete. I think that you can use 
the same approach provided in the example.
Example:  
https://github.com/Salaboy/Drools_jBPM5-Training-Examples/tree/master/jbpm5/03-jBPM5-SimpleEmergencyServiceProcessAsyncWorkItemsExamples
 
https://github.com/Salaboy/Drools_jBPM5-Training-Examples/tree/master/jbpm5/03-jBPM5-SimpleEmergencyServiceProcessAsyncWorkItemsExamples

Hope it helps!
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/592495#592495]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to