Timelines Block
Process Overview
A process-flow block for explaining stages, handoffs, or operating rhythm.
Process
From intake to decision
Map the handoffs that turn inputs into outcomes.
Intake
Review
Decision
Close
Use Process Overview in your next deck — for free
STORYD writes a presentation around your topic and applies Process Overview across every slide. No template hunting, no copy-paste.
Free, no card. Exports to PPTX.
OPF Config
blocks:process-overview{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "Process Overview",
"description": "A process-flow block for explaining stages, handoffs, or operating rhythm.",
"tone": "technical",
"narrative": "what-so-what-now-what",
"takeaway": "Explain a workflow from first input to final outcome.",
"tags": [
"content-block",
"gallery:blocks/process-overview"
],
"design": {
"colorScheme": "forest-green",
"fontScheme": "open-sans",
"background": {
"type": "solid",
"color": "#ffffff"
}
},
"slides": [
{
"id": "process-overview",
"layout": "process-flow",
"title": "From intake to decision",
"subtitle": "A simple operating flow with visible handoffs.",
"bullets": [
"Intake",
"Review",
"Decision",
"Close"
]
}
]
}Preview this config live at pptx.dev/playground.
Use Case
Use when a workflow needs to be understood end to end.
When to Use
For operations, onboarding, service delivery, and implementation decks.
When to Avoid
Avoid when the process is non-linear and needs a journey map instead.
Block Structure
process-flow
From intake to decision
A simple operating flow with visible handoffs.
- -Intake
- -Review
- -Decision
- -Close
Best Practices
Use verbs for stages.
Keep exceptions out of the main flow.
Show ownership only when it changes the decision.
Playground deep link: config=blocks:process-overview