AutoTapper supports combining cross-page actions, nested flows, and longer step chains. Use deeper workflows when the value comes from chaining multiple pages or multiple task types together.
Design principle
- Split the flow into clear sub-tasks.
- Reuse shared steps where possible.
- Add validation points between page transitions.


