Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ Use the search bar to filter tasks with substrings in the table columns such as

#### Task details

![Task details](./_images/task-details.png)

Select a task in the task table to open the **Task details** dialog. The dialog has three tabs:
Select a task in the task table to open the **Task details** dialog. The dialog has four tabs:

- **About**
- **Name**: Process name and tag.
Expand All @@ -77,10 +75,26 @@ Select a task in the task table to open the **Task details** dialog. The dialog

The **Execution log** tab provides a real-time log of the selected task's execution. Task execution and other logs (such as `stdout` and `stderr`) are available for download if they are still available in your compute environment.

- **Data Explorer**
- **Data explorer**

If the pipeline work directory is in cloud storage, this tab shows a [Data Explorer](../data/data-explorer) view of the task's work directory location with the files associated with the task.

- **Container**

The **Container** tab shows the container details used to run the task. The **Container** panel displays the container details used to run the pipeline, including:

- **Target image**: Container image used to execute the task.
- **Source image**: Container image specified in the workflow configuration, if available.
- **Request ID**: Unique request ID associated with the container.
- **Request time**: Timestamp when the container request was made.
- **Build ID**: Unique build ID assigned when the container was provisioned, linked to the Wave container build report.
- **Mirror ID**: Unique mirror ID assigned when the container was copied between repositories, linked to the Wave mirror report.
- **Scan ID**: Unique scan ID for the vulnerability security scan of the container, linked to the Wave scan report.
- **Cached**: Indicates if the container was built during a previous request.
- **Freeze**: Indicates if the container was provisioned for persistent storage using Wave freeze mode.

![Task details](./_images/task-details.png)

</TabItem>
<TabItem value="Logs" label="Logs" default>

Expand Down