Skip to content

Template

Diagram lifecycle

States from draft through shared and archived.

stateDiagramArranged layout included
Expand

Use this state diagram template to describe a document or diagram lifecycle: draft, editing, shared, and archived, with transitions back into editing.

Start and end markers make the story easy to present to stakeholders who do not read Mermaid daily.

Clone it in SayDiagram, rename states for your product, and Present the lifecycle slide by slide.

Mermaid source

stateDiagram-v2
  [*] --> Draft
  Draft --> Editing
  Editing --> Draft
  Editing --> Shared
  Shared --> Editing
  Shared --> Archived
  Archived --> [*]