Layout Pattern
Process Flow
Step-by-step sequence with arrows or connectors. Shows how something works, from input to output.
StepsWorkflowSequential
How to Use It
Process slides make complex workflows understandable. Use numbered steps with connecting arrows. Each step: icon + label + optional one-line description. Horizontal flows work for 3-5 steps; vertical or zigzag for more. Highlight the current step when presenting iteratively. Add a you-are-here marker for onboarding or implementation decks.
Content Zones
TitleSlide title
ListOrdered items
OPF Config
layouts:process-flowOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/process-flow"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "process-flow",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.