Introduction
The bounded task flows improve the modularity and maintainability of a Fusion web application by splitting a single massive page flow into multiple reusable bounded page flow implementations. A bounded task flow encapsulates task flow activities, control flow cases, managed bean definitions, security checks, and declarative business transactions. When you work on a Fusion web application, you may use bounded task flows extensively to build reusable page flows. The bounded task flows can be reused within the same application in multiple places by embedding the reusable artefacts, and the same can be invoked remotely by external Fusion web applications as well.