Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyGraph = errors.New("workflow: graph is empty")
Functions ¶
This section is empty.
Types ¶
type Graph ¶
Graph is a simplified DAG keyed by node id.
func (Graph) FindByClassType ¶
FindByClassType returns all nodes matching the requested class type.
func (Graph) SortedNodeIDs ¶
SortedNodeIDs returns graph keys in deterministic order.
Click to show internal directories.
Click to hide internal directories.