Statuses
In the Pactima eSignatures API, eSignature Packages go through different statuses throughout their lifecycle. These statuses reflect the current state of the package and provide visibility into the progress of the signing workflow.
The initial status is DRAFT
, and to start the signing workflow, the package is to be "triggered".
Status Flow Chart
Status Dictionary
Status name | Enum value | Meaning | Applicable eSignature kinds |
---|---|---|---|
Active | ACTIVE | Signers are actively participating in the signing ceremony. | IN_PERSON |
Cancelled | CANCELLED | The package has been cancelled by the package owner or an authorized user before completion. The signing process has been terminated, and signers can no longer access or sign the documents. | STANDARD , LIVE , IN_PERSON |
Completed | COMPLETED | Package has been successfully completed. All required signers have signed the documents, and the signing process is concluded. The signed documents are now available for download. | STANDARD , LIVE , IN_PERSON |
Draft | DRAFT | The initial status of a package when it is being prepared for signing. The package owner can add documents, specify signers, and configure package settings. The package remains in this status until it is "triggered". | STANDARD , LIVE , IN_PERSON |
Live | LIVE | Signers are participating in a real-time, collaborative signing session where they can review and sign the documents together. | LIVE |
Live Editing | LIVE_EDITING | Package is being edited during a Live eSignatures ceremony. The package owner or authorized user can make changes to the documents or package settings while the signing ceremony is in progress. | LIVE |
Locked for Review | LOCKED_FOR_REVIEW | Package is awaiting final review and acceptance before being completed. The package has been locked to prevent further changes, and the designated reviewers can examine the signed documents before marking the package as complete. | LIVE |
Prepared | PREPARED | Package has been readied for the signing ceremony. The package owner has finalized the documents and package settings, and the package is now available for signers to participate in the in-person signing session. | IN_PERSON |
Processing | PROCESSING | Package is currently being processed by the system for a signing ceremony. This status indicates that the package is undergoing internal processing tasks. | STANDARD , LIVE , IN_PERSON |
Sent | SENT | Package has been sent to the signers for signing. Signers have received notifications and can now access the package to review and sign the documents at their own pace. | STANDARD |
Scheduled | SCHEDULED | Signing ceremony has been scheduled. Participants can preview the package and access the documents, but the live signing ceremony has not yet started. The package remains in this status until the signing session begins. | LIVE |
Updated 7 months ago