[jboss-dev-forums] [Design of JBoss ESB] - Re: Problems with transmitting content from ESB to jBPM via
Kevin.Conner@jboss.com
do-not-reply at jboss.com
Mon Jun 15 11:42:41 EDT 2009
Apologies for coming into this late.
The EsbActionHandler should be initialising all information necessary, from the jBPM process definition, so that BpmCallback has access to the information necessary to signal the job.
At present this information includes
- esbToBpmVars
- whether these are set in global scope or not
- token id
- node id
- process instance id
- node version counter
All that should be necessary is to reply using this EPR (done automatically if you have a RequestResponse service) with data which matches the expectations of the process definition.
What I do not understand is why you need to create the EPR, at least if I am following this correctly. Can you please elaborate on this?
Thanks,
Kev
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237694#4237694
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237694
More information about the jboss-dev-forums
mailing list