Undetermined events
It might happen that a JSR-286 event is emitted by a portlet that participates in a dialog, but is not defined as part of a transition. Events that occur outside of a screen flow transition are not affected by the UX Screen Flow Manager. They are delivered as if UX Screen Flow Manager was not present.
Code sample 16 can serve as an example: If portlet4 emits an event eX, a matching transition is found and therefore run. If portlet4 emits an event eY, a matching transition cannot be found, and therefore no transition is run. Nevertheless, the emission of the event eY affects the screen flow. For example, portlet4 might be on page4, together with another portlet portlet5. Then, if portlet5 can receive the event eY. The event eY is delivered from portlet4 to portlet5, as if the UX Screen Flow Manager were not present.
Parent Transitions