Versions in this module Expand all Collapse all v1 v1.0.1 Oct 17, 2020 Changes in this version + func NewNode(flowOpCtx *model.FlowOperationalContext, meta model.MetaNode, ...) model.Node + type Node struct + func (node *Node) LoadNodeConfig() error + func (node *Node) OnInput(msg *model.Message) ([]model.NodeID, error) + func (node *Node) WaitForEvent(responseChannel chan model.ReactorEvent) + type TExpression struct + Action string + From string + To string + Weekday string + type TExpressions struct + Expression []TExpression + FalseTransition model.NodeID + TrueTransition model.NodeID