Graph
A graph is a pictorial representation in the Kubeflow Pipelines UI of theruntime execution of a pipeline. The graph shows the steps that a pipeline runhas executed or is executing, with arrows indicating the parent/childrelationships between the pipeline components represented by each step. Thegraph is viewable as soon as the run begins. Each node within the graphcorresponds to a step within the pipeline and is labeled accordingly.
The screenshot below shows an example of a pipeline graph:
At the top right of each node is an icon indicating its status: running,succeeded, failed, or skipped. (A node can be skipped when itsparent contains a conditional clause.)
Feedback
Was this page helpful?
Sorry to hear that. Please .
Last modified 21.06.2019: Refactored the Pipelines navigation. (#820) (3c584ba1)