Signing order
Each signer has an order integer. Permissio uses it to decide who is notified, and when:
- Signers with the same
orderare notified in parallel and may sign in any sequence. - Signers with different
ordervalues form a queue. The next group is only notified once the previous group has all completed.
Omit order to let Permissio assign a default of 1 to every signer (parallel signing).