1
0
mirror of synced 2026-01-25 18:03:26 -05:00
Files
docs/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md
2021-08-31 12:40:00 +10:00

28 lines
1.1 KiB
Markdown

---
title: Using the visualization graph
intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.
product: '{% data reusables.gated-features.actions %}'
redirect_from:
- /actions/managing-workflow-runs/using-the-visualization-graph
versions:
fpt: '*'
ghes: '>=3.1'
ghae: '*'
shortTitle: Use the visualization graph
---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.actions.ae-beta %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.actions-tab %}
{% data reusables.repositories.navigate-to-workflow %}
{% data reusables.repositories.view-run %}
1. The graph displays each job in the workflow. An icon to the left of the job name indicates the status of the job. Lines between jobs indicate dependencies.
![Workflow graph](/assets/images/help/images/workflow-graph.png)
2. Click on a job to view the job log.
![Workflow graph](/assets/images/help/images/workflow-graph-job.png)