Skip to content

Flows

  • Flow object

    • nodes object (Default: {}) ○ Mapping of IDs to nodes.
    • args object (Default: {}) ○ Template arguments to apply to all nodes in this flow.
    • envs object (Default: {}) ○ Environment variables to apply to all nodes in this flow.
  • Node object

    • target Target | string ○ The target to run for this node. It may either be the name of a pre-defined target, or a full target definition.
    • args object (Default: {}) ○ Template arguments to apply to this node.
    • envs object (Default: {}) ○ Environment variables to apply to this node.
    • triggers array[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.
    • color string (Default: None) ○ The color that will be used to help differentiate this node from others.