mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
10 lines
266 B
Text
10 lines
266 B
Text
digraph OfflineFallbacks {
|
|
graph [goal="Validate a future model fallback offline"]
|
|
|
|
start [shape=Mdiamond, label="Start"]
|
|
exit [shape=Msquare, label="Exit"]
|
|
|
|
work [label="Work", prompt="Do work", model="future-primary"]
|
|
|
|
start -> work -> exit
|
|
}
|