[
https://jira.jboss.org/jira/browse/JBESB-2629?page=com.atlassian.jira.plu...
]
Kevin Conner closed JBESB-2629.
-------------------------------
Resolution: Rejected
Creating and executing a business process is an asynchronous task and is completely under
the control of jBPM, deliberately so.
If you wish to send a response to the fault/reply EPR, from specific points in the
process, then you can specify this as part of the EsbActionHandler/EsbNotifier, for
example
<event type="node-enter">
<action name="notify"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbNotifier">
<replyToOriginator>reply</replyToOriginator>
</action>
</event>
or
<action name="sendToESB"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
<replyToOriginator>fault</replyToOriginator>
</action>
These will use the EPRs sent to the original create process instance command.
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)
Components: Rosetta
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