[jbpm-issues] [JBoss JIRA] Created: (JBPM-2778) accept-propagated-events doesn't affect script

Toshiya Kobayashi (JIRA) jira-events at lists.jboss.org
Sun Jan 31 21:16:20 EST 2010


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/JBPM_Reference_Manual/index.html#script.element
========
{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

        


More information about the jbpm-issues mailing list