---
theme: auto
colourScheme: classic
doctype: diagram
---
```diagram
type: flowchart
version: 1
id: new-diagram
canvas:
auto: true
grid: 5
nodes:
- id: start
label: Start
shape: rounded-rectangle
position: { x: 80, y: 160 }
size: { width: 180, height: 80 }
palette: accent
- id: outcome
label: Outcome
shape: rounded-rectangle
position: { x: 460, y: 160 }
size: { width: 180, height: 80 }
palette: success
edges:
- source: start
target: outcome
sourceAnchor: right
targetAnchor: left
label: Describe the flow
route: orthogonal
end: arrow
```