diff --git a/source/_posts/signature-order.blade.md b/source/_posts/signature-order.blade.md new file mode 100644 index 00000000..94f0d038 --- /dev/null +++ b/source/_posts/signature-order.blade.md @@ -0,0 +1,42 @@ +--- +extends: _layouts.post +title: Signature Order - Sequential or Parallel Signing in LibreSign +author: Vitor Mattos +date: 2025-12-22 +description: LibreSign now supports signature order control, allowing documents to be signed sequentially or in parallel. Administrators can define the default workflow while maintaining flexibility for approval processes and compliance requirements. +categories: [features] +icon: dashboard +--- + +### Signature Order: Sequential or Parallel Signing in LibreSign + +LibreSign now supports **signature order control**, allowing documents to be signed **sequentially** or **in parallel**, providing greater flexibility and control over signing workflows. + +Administrators can define the **default signature flow** for their environment: + +* **Parallel signing**: all signers can sign the document simultaneously, without a predefined order. +* **Sequential signing**: signers must sign the document following a defined order, where each signer is notified only after the previous one has completed their signature. + +If the administrator does not define a default signing order, the person requesting the signature can choose whether the document should follow a **sequential signing flow** when creating the signing request. + +This feature enables LibreSign to better support structured approval processes, compliance requirements, and real-world business workflows, while maintaining the simplicity and flexibility expected from a modern digital signature solution. + +In the administration settings, administrators can configure the default signing order for the organization: + +
+ Admin settings +
+ +When creating a new signing request, the requester can choose the signing order: + +
+ Configuring signing order +
+ +The signing order can also be viewed during the signing process: + +
+ Viewing signing order +
+ +When a signing order is defined, LibreSign enforces the sequence during the signing process, ensuring that each signer only receives the notification and is able to sign the document when it is their turn in the defined order. diff --git a/source/assets/images/posts/signature-order/admin-settings.png b/source/assets/images/posts/signature-order/admin-settings.png new file mode 100644 index 00000000..eb87c4c3 Binary files /dev/null and b/source/assets/images/posts/signature-order/admin-settings.png differ diff --git a/source/assets/images/posts/signature-order/banner.png b/source/assets/images/posts/signature-order/banner.png new file mode 100644 index 00000000..6c2f2804 Binary files /dev/null and b/source/assets/images/posts/signature-order/banner.png differ diff --git a/source/assets/images/posts/signature-order/configuring.png b/source/assets/images/posts/signature-order/configuring.png new file mode 100644 index 00000000..6c2f2804 Binary files /dev/null and b/source/assets/images/posts/signature-order/configuring.png differ diff --git a/source/assets/images/posts/signature-order/cover.png b/source/assets/images/posts/signature-order/cover.png new file mode 100644 index 00000000..6c2f2804 Binary files /dev/null and b/source/assets/images/posts/signature-order/cover.png differ diff --git a/source/assets/images/posts/signature-order/view-signing-order.png b/source/assets/images/posts/signature-order/view-signing-order.png new file mode 100644 index 00000000..bd219089 Binary files /dev/null and b/source/assets/images/posts/signature-order/view-signing-order.png differ