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

Describes the workflow for an envelope or template.

# `t`

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

---

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