Documentation
¶
Overview ¶
Package specworkflow adapts the generic workflow package for visionspec.
It generates workflows from specification workflows, mapping spec types to workflow nodes and synthesis dependencies to edges.
Index ¶
Constants ¶
View Source
const ( TypeSource execgraph.NodeType = "source" TypeGTM execgraph.NodeType = "gtm" TypeTechnical execgraph.NodeType = "technical" TypeOutput execgraph.NodeType = "output" )
Node types for visionspec
Variables ¶
This section is empty.
Functions ¶
func FromWorkflow ¶
func FromWorkflow(w *sws.LoadedWorkflow) (*execgraph.Workflow, error)
FromWorkflow generates a visionspec workflow from a loaded specification workflow.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.