Skip to main content

Signing order

Each signer has an order integer. Permissio uses it to decide who is notified, and when:

  • Signers with the same order are notified in parallel and may sign in any sequence.
  • Signers with different order values 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).