specworkflow

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 4 Imported by: 0

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.

func UpdateFromProject

func UpdateFromProject(w *execgraph.Workflow, project *types.Project)

UpdateFromProject updates workflow node statuses from project state.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL