Debugging orchestration runs
The debug function for flow orchestration is different from flow debug; we will review this in a later section. We do not have a debug feature to debug flows from orchestration, so we need to ensure those individual flows are tested thoroughly. Via a flow orchestration, we lined up these flows using steps and then grouped steps logically into stages. A stage is triggered by an action either interactively or in the background. We will see the flow orchestration in our last chapter.
Ensure that all the flows you plan to use in flow orchestrations are thoroughly tested and optimized. During orchestration debugging, the Flow Builder tool for orchestration will provide what steps failed at what stage. Since flows are used in orchestration steps, it is critical that flows are tested and ready to use.
We can debug orchestrations when they are in progress. Essentially, any user interaction orchestration flow can be debugged. This feature will help us better...