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&...]