-
Bug
-
Resolution: Duplicate
-
Minor
-
3.0.0.GA
-
None
-
-
Workaround Exists
-
-
Low
When using ESB Editor to add a BPM Processor the drop-down for command contains the option "StartProcessCommand" which should be "StartProcessInstanceCommand". The following is the xml generated by the BPM Processor:
<action class="org.jboss.soa.esb.services.jbpm.actions.BpmProcessor" name="start-bpm-process">
<property name="command" value="StartProcessCommand"/>
<property name="processdefinition" value="testproc"/>
</action>
To get this to work with JBoss SOA-P 5 it should read:
<action class="org.jboss.soa.esb.services.jbpm.actions.BpmProcessor" name="start-bpm-process">
<property name="command" value="StartProcessInstanceCommand"/> <!-- Property value changed -->
<property name="process-definition-name" value="testproc"/> <!-- Property name changed -->
</action>
- duplicates
-
JBIDE-6059 jboss-esb.xml editor and process definition
- Closed
-
JBIDE-6201 BpmProcessor action: wrong list of commands
- Closed