View Source DocuSign.Model.EnvelopeWorkflowDefinition (DocuSign v1.2.0)
Describes the workflow for an envelope or template.
Summary
Types
@type t() :: %DocuSign.Model.EnvelopeWorkflowDefinition{ currentWorkflowStepId: String.t() | nil, resumeDate: String.t() | nil, scheduledSending: DocuSign.Model.ScheduledSending.t() | nil, workflowStatus: String.t() | nil, workflowSteps: [DocuSign.Model.WorkflowStep.t()] | nil }