Support BpmProcessor in a synchronous manner
--------------------------------------------
Key: JBESB-2629
URL:
https://jira.jboss.org/jira/browse/JBESB-2629
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.4 CP2
Reporter: Taro Yasuma
AS-IS)
Assume using BpmProcesser on a ESB service to call a jBPM process. Then operation of
BpmProcessor completes without return value from jBPM process instance(it only returns the
original message).
TO-BE)
The usecase here is that using BpmProcessor in MEP=RequestResponse ESB service and it
would be expected to get
any return value from jBPM process instance. For example, the following behaviours on ESB
would be expected:
1. BpmProcessor is called in ActionPipeLine on ESB service,
2. jBPM process instance starts by the call in step#1,
3. One(or more) process variable is set in the jBPM process instance,
4. jBPM process is ended,
5. BpmProcessor gets and returns one(or more) value of the process value set in step#3
and
6. Next Action in ActionPipeLine gets the return value got in step#5.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira