mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
WISOTT Rendered: https://github.com/temporalio/temporal/blob/stephanos/chasm-graph/docs/architecture/chasm.md
25 lines
471 B
Plaintext
25 lines
471 B
Plaintext
# https://d2lang.com
|
|
# Generate SVG by running `make` inside of `docs/`.
|
|
|
|
vars: {
|
|
d2-config: {
|
|
layout-engine: dagre
|
|
}
|
|
}
|
|
|
|
shape: sequence_diagram
|
|
|
|
Caller.style.bold: true
|
|
Engine.style.bold: true
|
|
Storage.style.bold: true
|
|
fn.style.bold: true
|
|
Context.style.bold: true
|
|
|
|
Caller -> Engine: "ReadComponent"
|
|
Engine -> Storage: "load"
|
|
Storage -> Engine: "Execution"
|
|
Engine -> fn: "fn(component, ctx)"
|
|
fn -> Context: "read"
|
|
fn -> Engine: "result"
|
|
Engine -> Caller: "result"
|