I have a bounded taskflow which is calling two other nested task flows as you can see below. The idea is to do a CRUD on Employee's taskflow.
The code is available here



I am trying to navigate back to the initial jsff page (showing employee list/table) from the main calling task flow using wildcard control flow rule .. but no luck so far.
Please let me know how I can take care of this use case.
Thank you,