Expand description
Presentation-only workflow graph rendering for UI consumers.
Structs§
- Graph
Edge - Directed edge in the rendered UI graph.
- Graph
Node - Node in the rendered UI graph.
- Workflow
Graph - Presentation model of a spec for UI rendering.
Functions§
- primitive_
kind - Coarse primitive kind (
ingress,guard,execute,sink,transform, …) for a node type. - render_
graph - Render a spec with templates resolved against
instance_config. - render_
graph_ json render_graphserialized to JSON.