Flowchart — Process / decision template
A process flow with a decision branch. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.
Preview
Process Flow
A simple approval process with a decision and a loop back.
flowchart TD
A[Start] --> B{Approved?}
B -- Yes --> C[Ship it]
B -- No --> D[Request changes] --> A
The Markdown source
# Process Flow
A simple approval process with a decision and a loop back.
```mermaid
flowchart TD
A[Start] --> B{Approved?}
B -- Yes --> C[Ship it]
B -- No --> D[Request changes] --> A
```
Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.
Related templates
Ship your flowchart — process / decision today.
One click opens this template in the editor with a live paginated preview.