My process definition

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition name="TestProcess">
  | 
  |     <start-state name="start-state">
  |             <transition to="ForEachForkActionHandler"></transition>
  |     </start-state>
  | 
  |     <node name="ForEachForkActionHandler">
  |             <action class="com.sample.action.ForEachForkActionHandler">
  |                     <list>
  |                             <element>hello1</element>
  |                             <element>hello2</element>
  |                             <element>hello3</element>
  |                             <element>hello4</element>
  |                             <element>hello5</element>
  |                             <element>hello6</element>
  |                     </list>
  |                     <as>asset</as>
  |             </action>
  |             <transition to="ESB service"></transition>
  |     </node>
  | 
  |     <node name="ESB service">
  |             <description>Prints only message, no input, no 
output</description>
  |             <action
  |                     
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
  |                     <esbServiceName>
  |                             Sample_Service
  |                     </esbServiceName>
  |                     <esbCategoryName>
  |                             Sample_Category
  |                     </esbCategoryName>
  |             </action>
  |             <transition to="join"></transition>
  |     </node>
  | 
  |         <join name="join">
  |             <transition to="end-state"></transition>
  |     </join>
  | 
  |         <end-state name="end-state"></end-state>
  | 
  | </process-definition>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157466#4157466

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157466
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to