[jboss-user] [jBPM] - Re: BPM5Processor - JBossESB

khuevu do-not-reply at jboss.com
Mon Apr 29 03:40:07 EDT 2013


khuevu [https://community.jboss.org/people/khuevu] created the discussion

"Re: BPM5Processor - JBossESB"

To view the discussion, visit: https://community.jboss.org/message/810712#810712

--------------------------------------------------------------
Hi, 
you can triggered BPM process from ESB using the Bpm5Processor: 


<action
     class="org.jboss.soa.esb.services.jbpm5.actions.Bpm5Processor" name="jbpm5">
     <property name="process-definition-name" value="helloworld.bpmn"/>
     <property name="process-id" value="com.helloworld.bpm"/>
     <property name="process-action" value="startProcess"/>
     <property name="processHandlerClass" value="org.jbpm.task.service.hornetq.CommandBasedHornetQWSHumanTaskHandler"/>
     <property name="processHandlerHost" value="127.0.0.1"/>
     <property name="processHandlerPort" value="5446"/>
     <property name="esbToBpmParams">
      ...
     </property>
    </action>


You can find this example in the Bpm5 installer package. Property esbToBpmParams are the list of parameters you want to pass to the bpm engine.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/810712#810712]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130429/01ae9c92/attachment.html 


More information about the jboss-user mailing list