Flows
-
Flow object
nodesobject (Default:{}) ○ Mapping of IDs to nodes.argsobject (Default:{}) ○ Template arguments to apply to all nodes in this flow.envsobject (Default:{}) ○ Environment variables to apply to all nodes in this flow.
-
Node object
targetTarget | string ○ The target to run for this node. It may either be the name of a pre-defined target, or a full target definition.argsobject (Default:{}) ○ Template arguments to apply to this node.envsobject (Default:{}) ○ Environment variables to apply to this node.triggersarray[Once | After | Restart | Watch | string] ○ The list of triggers for this node. Each trigger may be the name of a pre-defined trigger, or a full trigger definition.colorstring (Default:None) ○ The color that will be used to help differentiate this node from others.