Join our book community on Discord

https://packt.link/EarlyAccess
In Chapter 10, Getting Started with Approvals, you learned the basic mechanics of an approval flow with a single approver. While that scenario is very common, it doesn't address all the likely requirements that you'll encounter—especially in a large or complex organization. In many instances, you may need to have multiple individuals approve items, either in sequence or in parallel. This is where multiple approvals fit in.Multiple approval flows (sometimes called multi-stage or complex approval flows) combine the concepts of conditions and branches (or paths) that an approval can take. Some branches can happen independently of each other (parallel) while some act more like gates and occur sequentially.In this chapter, we'll discuss some common approval scenarios and then create an example flow using this knowledge. The concepts we'll touch on include:
- Working with sequential...