trace_nodes

Trace Pipeline Nodes

Prints a visual dependency tree of the pipeline nodes.

Parameters

Returns

Returns invisibly. Prints to the console.

Examples

p = pipeline { x = 1; y = x + 1 }
trace_nodes(p)
trace_nodes(p, "y")