[
http://jira.jboss.com/jira/browse/GPD-191?page=all ]
Koen Aers resolved GPD-191.
---------------------------
Resolution: Done
implemented in HEAD and on the 3.1.x branch
ESB Service Node
----------------
Key: GPD-191
URL:
http://jira.jboss.com/jira/browse/GPD-191
Project: JBoss jBPM GPD
Issue Type: Feature Request
Components: jpdl
Reporter: Koen Aers
Assigned To: Koen Aers
Fix For: jBPM jPDL Designer 3.1.2
ESB Service Node
A new icon on the tool palette that would inject the following JPDL
syntax into my process definition:
<node name="Calculate Discount">
<action name="esbAction"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
<esbCategoryName>BPM_Orchestration4</esbCategoryName>
<esbServiceName>DiscountService</esbServiceName>
<jbpmToEsbVars>
<mapping jbpm="entireCustomerAsObject" esb="customer"
/>
<mapping jbpm="entireOrderAsObject" esb="orderHeader"
/>
<mapping jbpm="entireOrderAsXML" esb="BODY_CONTENT"
/>
</jbpmToEsbVars>
<returnVars>
<mapping jbpm="entireOrderAsObject" esb="order"
/>
</returnVars>
</action>
<transition name="" to="Review
Discount"></transition>
</node>
And provide a property sheet that allows me to specify the service name,
category and the mapping of process variables to esb message parts.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira