[
https://issues.jboss.org/browse/JBIDE-11869?page=com.atlassian.jira.plugi...
]
Tom Cunningham commented on JBIDE-11869:
----------------------------------------
Here's a sample action:
<action name="jbpm5-2"
class="org.jboss.soa.esb.services.jbpm5.actions.Bpm5Processor">
<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="process-definition-name"
value="Evaluation.bpmn"/>
<property name="process-id"
value="com.sample.evaluation"/>
<property name="process-action"
value="abortProcessInstance"/>
<property name="esbToBpmParams">
<mapping esb="employee" bpm="employee"
value="krisv"/>
<mapping esb="reason" bpm="reason"
value="Yearly performance review"/>
</property>
</action>
process-id, process-action, process-definition-name are mandatory. processHandlerClass,
processHandlerPort, processHandlerHost are all optional.
esbToBpmParams contains <mapping/> elements with required esb, required bpm, and
optional "value" attributes. esbToBpmParams is optional, and is only
respected when process-action is "startProcess".
ESB Editor : create template for BPM5Processor action
-----------------------------------------------------
Key: JBIDE-11869
URL:
https://issues.jboss.org/browse/JBIDE-11869
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb, SOA Tooling
Affects Versions: 3.3.0.Beta2-SOA
Reporter: Tom Cunningham
Assignee: Brian Fitzpatrick
Fix For: 3.3.0.Beta2-SOA
ESB Editor : create template for BPM5Processor action. (Will add details in comment
section)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira