|
|
Flow Listener won't listen
My child flow listener is not being triggered when spawned from a parent flow.
However if I start the child flow as root, the listener kicks in.
Here is my configuration:Code:
lt;flow:listener ref=quot;someListenerquot; criteria=quot;child-flowquot;/gt;
If spawning from a parent flow, do I need to include the parent in the criteria?
SWF1.0.4
Hello James, I will check that tomorrow on my flow. But I remember having the same problem and used * as the criteria. This was not good practice at all.
The problem is actually that when you specify a flow as criteria, it will only listen if this is a main flow. When you go into the subflow state, it will appear just as a STATE to Listener.
This remains to be verified though.
Kind Regards
Kris |
|