# `DocuSign.Model.Workflow`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/workflow.ex#L5)

Describes the workflow for an envelope.

# `t`

```elixir
@type t() :: %DocuSign.Model.Workflow{
  currentWorkflowStepId: String.t() | nil,
  resumeDate: String.t() | nil,
  scheduledSending: DocuSign.Model.ScheduledSending.t() | nil,
  workflowStatus: String.t() | nil,
  workflowSteps: [DocuSign.Model.WorkflowStep.t()] | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
