Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceWorkflow ¶
type InterfaceWorkflow interface { AddNode(node nodes.InterfaceNode) RunVirt() }
* Interface for defining execution sequence of nodes.
type SimpleWorkflow ¶
type SimpleWorkflow struct { Workflow Nodes []nodes.InterfaceNode }
* Workflow for executing nodes sequentially.
func (*SimpleWorkflow) AddNode ¶
func (simpleWorkflow *SimpleWorkflow) AddNode(node nodes.InterfaceNode)
func (*SimpleWorkflow) RunVirt ¶
func (simpleWorkflow *SimpleWorkflow) RunVirt()
Click to show internal directories.
Click to hide internal directories.