I am using a master PAD flow that calls child flows. This is nice but having broken things into modules, debugging got harder.
I pass variable data between flows so for realistic debugging I need to step through the workflow in a top down fashion starting in the master flow. BUT when debugging, the thread of "Run next action" execution stays within the top level master flow.
It appears that there is no way to step through actions in the child flows where all the detailed action takes place.
When using "Run next action" Is there a way to step "down" from my master flow into the actions in the child flows?