View Source DocuSign.Model.EnvelopeWorkflowDefinition (DocuSign v1.3.0)

Describes the workflow for an envelope or template.

Summary

Types

t()

@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
}