ADF Task Flow: Transfer control between bounded flows
Imagine you have two bounded task flows, which I will call A and B for simplicity. A and B should be called serially by the calling task flow. Let’s take the case where the unbounded task flow (U) initiates the call. U should call A and B serially without requiring two user actions. How do […]