Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToGraphViz ¶
func ToGraphViz(g *core.CompiledWorkflow) string
func TopologicalSort ¶
func TopologicalSort(g v1alpha1.ExecutableSubWorkflow) ([]v1alpha1.ExecutableNode, error)
func WorkflowToGraphViz ¶
func WorkflowToGraphViz(g *v1alpha1.FlyteWorkflow) string
Returns GraphViz https://www.graphviz.org/ representation of the current state of the state machine.
Types ¶
type NodeQ ¶
func NewNodeNameQ ¶
type NodeVisitor ¶
type NodeVisitor map[v1alpha1.NodeID]VisitStatus
func NewNodeVisitor ¶
func NewNodeVisitor(nodes []v1alpha1.NodeID) NodeVisitor
Click to show internal directories.
Click to hide internal directories.