Opening graph…
Loading the schematic workspace from the GraphVM API.
Instances on each schematic level — labels, VM node types, and palette ids from the loaded graph document.
| Label | Node id | VM type | Palette | Kind |
|---|---|---|---|---|
| Start | n-graph-start | DATA_SOURCE | graph-start | trigger |
| Fetch posts list | FETCH_LIST | HTTP_REQUEST | http-request | transform |
| Posts array | EXT_LIST | EXTRACTION | — | transform |
| For each post (double-click to open body) | IT | ITERATOR | — | control |
| Terminate | n-graph-terminate | EXIT | graph-terminate | sink |
| Label | Node id | VM type | Palette | Kind |
|---|---|---|---|---|
| Begin | n-graph-begin | NOOP | graph-begin | control |
| Map post id | EXT_ITEM | EXTRACTION | — | transform |
| Fetch post by id | FETCH_POST | HTTP_REQUEST_TEMPLATE | http-request-template | transform |
| Map fetched title | EXT_DETAIL | EXTRACTION | — | transform |
| Print post | — | sink | ||
| Next iteration | IT | ITERATOR | — | control |
| End | n-graph-end | EXIT | graph-end | sink |
12 nodes across 2 levels. Open the editor to inspect wiring and parameters.