LaufwerkLaufwerk
Reference

Visualization metadata

Optional observation annotations and workflow description types.

Import * as Visual from @laufwerk/sdk/visual.

ExportContract
node(metadata)Pipeable annotation preserving the Effect's success, error and service types.
scope(metadata)Pipeable scope annotation; nested scopes accumulate up to 16 frames.
DefinitionNative Context tag used with workflow.annotate.
NodeMetadataid, optional label, kind, description, compactLabel.
ScopeMetadataid, optional label, instanceKey, structure.
StructureDeclared sequence, parallel, collection, loop or choice policy.
ScopeDefinitionA stage declaration with typed children, body or routes.
WorkflowDefinitionSchema version 1; optional title, description, nodes, scopes and root.

These exports describe observed work and optional declared structure. They do not construct or execute a graph. Read Visualize a workflow for compiled-package syntax, limits, repeated instances and live-state limitations.