Docusign · Arazzo Workflow
DocuSign Void Envelope If Not Completed
Version 1.0.0
Check an envelope's status and void it only if signing has not yet completed.
View Spec
View on GitHub
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignatureArazzoWorkflows
Provider
Workflows
void-envelope-if-not-completed
Void an in-flight envelope, leaving completed envelopes untouched.
Retrieves the envelope status and, only when the envelope is still sent or delivered, transitions it to voided with the supplied reason.
1
getEnvelopeStatus
Envelopes_GetEnvelope
Retrieve the envelope's current status to decide whether it is eligible to be voided.
2
voidEnvelope
Envelopes_UpdateEnvelope
Void the envelope by updating its status to voided and recording the supplied void reason.