[jboss-jira] [JBoss JIRA] Created: (JBRULES-2802) Propagate process events to subprocess

Jan Lisse (JIRA) jira-events at lists.jboss.org
Fri Nov 19 05:16:07 EST 2010


Propagate process events to subprocess
--------------------------------------

                 Key: JBRULES-2802
                 URL: https://jira.jboss.org/browse/JBRULES-2802
             Project: Drools
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: drools-core (flow)
    Affects Versions: 5.1.1.FINAL
            Reporter: Jan Lisse
            Assignee: Mark Proctor


Currently events that are externally triggered using ProcessInstance.signalEvent() do not get propagated to subprocesses.
For now i have to call session.getProcessInstances() iterate over the returned list of ProcessInstances and filter my subprocess from that list and finally call signalEvent() on the subprocess.
It would be nice having automatical event propagation to subprocesses implemented. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list