# Monitoring Workflow Runs

> Source: https://parallelworks.com/docs/run/workflows/monitoring-workflow-runs

# Monitoring Workflow Runs

After starting a workflow, you can get more details about a run by clicking it. 

![Screenshot of a workflow running.](/content-images/docs/run/workflows/monitoring-workflow-runs/click-run.png)

The next page displays a **Summary** of the workflow's steps, as well as the **Workflow** name, the **Run** number, its **Status**, and its **Runtime**.

You can click, drag, zoom in, and zoom out inside the mapping module. Click **Reset** to revert your changes.

To expand a step, click it either in the sidebar or in the mapping module.

![Screenshot of the user clicking the Main step.](/content-images/docs/run/workflows/monitoring-workflow-runs/click-step-1.png)

Click a sub-step to see more information. 

![Screenshot of the user clicking the run Step.](/content-images/docs/run/workflows/monitoring-workflow-runs/click-step-2.png)

A pop-up log module will appear.

![Screenshot of the user clicking the main step.](/content-images/docs/run/workflows/monitoring-workflow-runs/step-2-expanded.png)

By default, the module is set to **Following**. This means the module will display individual log lines at the top as they appear. Click **Following** to disable this setting.

Click **Download** to save a copy of the log data. The file will download as a document, which can be opened with any text or code editor.

Click anywhere outside the module to close it.
