Skip to content

State — Lifecycle / state machine template

States and the transitions between them. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.

Use this templateAll templates

Preview

Content Lifecycle

The states a document moves through from draft to published.

mermaid
stateDiagram-v2
  [*] --> Draft
  Draft --> Review : submit
  Review --> Published : approve
  Review --> Draft : reject
  Published --> [*]

The Markdown source

# Content Lifecycle

The states a document moves through from draft to published.

```mermaid
stateDiagram-v2
  [*] --> Draft
  Draft --> Review : submit
  Review --> Published : approve
  Review --> Draft : reject
  Published --> [*]
```

Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.

Ship your state — lifecycle / state machine today.

One click opens this template in the editor with a live paginated preview.