]
Kris Verlaenen updated JBRULES-2802:
------------------------------------
Fix Version/s: FUTURE
Propagate process events to subprocess
--------------------------------------
Key: JBRULES-2802
URL:
https://issues.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: Kris Verlaenen
Fix For: FUTURE
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: