[
https://issues.jboss.org/browse/JBESB-3792?page=com.atlassian.jira.plugin...
]
RH Bugzilla Integration updated JBESB-3792:
-------------------------------------------
Bugzilla Update: Perform
Bpm5Processor does not map BPM parameters on SIGNAL_EVENT.
----------------------------------------------------------
Key: JBESB-3792
URL:
https://issues.jboss.org/browse/JBESB-3792
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Process flow
Affects Versions: 4.11
Reporter: Marek Baluch
Bpm5Processor does not map BPM parameters on SIGNAL_EVENT. This means that settings
like:
{code}
<action name="jbpm5-2"
class="org.jboss.soa.esb.services.jbpm5.actions.Bpm5Processor">
<property name="process-definition-name"
value="Evaluation.bpmn"/>
<property name="process-id"
value="com.sample.evaluation"/>
<property name="process-action"
value="signalEvent|abortProcessInstance"/>
<property name="esbToBpmParams">
<mapping esb="employee" bpm="employee"
value="krisv"/>
<mapping esb="reason" bpm="reason" value="Yearly
performance review"/>
</property>
</action>
{code}
have no effect. IMO mapping BPM parameters does not make much sense for the
abortProcessInstance (as used in the bpm5processor sample) event but it makes sence for
signalEvent.
--
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