On this Page

Pipeline Execution Details

The Execution overview page contains a list of executions. Click a Pipeline execution to view its details, including Snap statistics, logs, and parameters:

Pipeline Execution Details

The following table describes the numbered callouts shown in the image:

Callout

Element

Description

1

Invocation types include:

  • (blue star) Scheduled Task

  • (blue star) Triggered Task

  • (blue star) Ultra Task

  • (blue star) Manual Pipeline Execution

  • (blue star) Child Pipeline Execution

2

(blue star)
Download

The Download menu gives you the option to Download logs only or to Download full runtime dump.

3

The heading includes:

  • Path: the location of the Pipeline.

  • Username: the user account associated with the execution.

  • Snaplex/Node Name: the Snaplex Node that executed the pipeline.

  • Prepared at: the date and time when the execution was configured.

  • Started at: the date and time when the execution started.

  • Completed at: the date and time when the execution finished.

  • Execution Duration: the amount of time from start to completion.

  • Parent Pipeline Path: the location of the Pipeline that triggered a child Pipeline in this execution.

  • Root Pipeline Path: the location of the highest-level ancestor that triggered a child Pipeline in this execution. If a parent has no parent of its own, it is also the root Pipeline.

4

Detail tabs provide more information about Snaps, logs, and Pipeline Parameters. Learn more about:

5

From left to right:

  • Search in the listed Task executions by a string or expression. Click the options icon ( (blue star) ):

    • To define an advanced search based on selected criteria.

    • To select which columns display in the list of Task executions and to reorder them.

  • Refresh the list.

  • Hide or show the execution heading.

Snap Statistics

The Snap Statistics tab shows information about each Snap included in the execution.

Snap Statistics

The following table fields on the Snap Statistics tab:

Field

Description

Snap

The name of the Snaps that were executed.

Duration

The amount of time it took to execute a Snap.

View

The name of an input or output port of the Snap. The data in the Bytes, Documents, and Rate columns are associated with the indicated View.

Bytes

The number of bytes that passed through the indicated View.

Documents

The number of documents that passed through the indicated View.

Rate

The throughput of the indicated View (the number of documents that passed through per second).

Pipeline Logs

The Pipeline Logs tab shows the log entries that were generated during the execution:

Pipeline Details Pipelines Logs Tab

The default list shows all log entries. Click a log level to filter entries by information, warning, and error.

Pipeline Parameters

The Pipeline Parameters tab shows information about the parameters passed to the Pipeline. The following example has no parameters:

Pipeline Parameters in the Pipeline Execution Details

Learn more: Pipeline Properties