accept-propagated-events doesn't affect script
----------------------------------------------
Key: JBPM-2778
URL:
https://jira.jboss.org/jira/browse/JBPM-2778
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 3.2.8
Reporter: Toshiya Kobayashi
In case that I set accept-propagation-events="false" on both action and script,
the script is executed on the propagated event while the action is not executed.
According to jBPM Reference Guide, the script should not be executed.
http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/4.3.CP02/html-single/...
========
{yes|no|true|false}. Default is yes|true. If set to false, the action will only be
executed on events that were fired on this action's element. for more information, see
Section 7.5.4, "Event propagation"
========
Actually, org.jbpm.graph.action.Script overrides org.jbpm.graph.def.Action.read() method
and doesn't recognize "accept-propagated-events" attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira