Infoworks 6.2.0
Prepare Data

Building a Pipeline Group

After creating the pipeline group, adding pipelines to the group, and setting their execution order, the pipeline group is ready to be built.

Following are the steps to build a pipeline group:

Step 1: Go to Domains and click the respective domain name.

Step 2: Under the Pipeline Groups tab, click the Edit button for the respective pipeline group.

Step 3: Go to Jobs tab and click Build Pipeline Group.

Job Status Tab

The Job Status tab provides a high-level overview of the selected Pipeline Group Job's execution state within a pipeline group. It includes basic metadata and control options, such as the ability to cancel a pending or running job.

Key Elements

FieldDescription
StatusDisplays the current status of the job. Possible values include Pending, Running, Success, or Failed.
Cancel JobAvailable for jobs that are still pending or in progress. Clicking this button terminates the job execution.
Infoworks Job IDA unique identifier for the job. This can be used for debugging or log tracking.

Sub Tabs

  • Cluster Details:

This section contains information related to the cluster on which the job is scheduled or currently running.

  • Pipeline Details:

This tab provides a pipeline-level view of the current job execution. It lists all pipelines that are part of the pipeline group associated with the job, along with their execution metadata. Table Columns:

FieldDescription
Pipeline NameThe name of the individual pipeline (e.g., p1_edited, p2)
Pipeline VersionIndicates the version of the pipeline being executed
Execution OrderSpecifies the order in which the pipelines are executed within the group. Lower numbers execute first
StatusDisplays the execution status of each pipeline (Pending, Running, Success, or Failed)

This section helps users understand the flow of execution and track the individual progress of pipelines within the group.

Log Summary Tab

The Log Summary tab provides detailed logs generated during the execution of a selected job within a pipeline group. These logs are critical for debugging and understanding job behavior, especially in the case of failures or aborted executions.

Key Elements

FieldDescription
StatusReflects the final state of the job (e.g., Aborted, Success, Failed, Pending, Running).
Infoworks Job IDUnique identifier of the job to correlate logs and internal tracking.
Custom Tags (if any)Shows any tags associated with the job, which may include performance or custom metadata.

Log Content

The core section of this tab displays the relevant logs for the selected job. These logs may include:

FieldDescription
Error MessagesExplicit error details, often pointing to failed dependencies or misconfigurations (e.g., missing or unready source tables).
WarningsInformation that may not block execution but is noteworthy for system behavior or data flow.
Execution LogsLogs that track events throughout the job's lifecycle — such as table readiness checks, resource provisioning, task start/stop events, etc.

Job Progress Tab

The Job Progress tab provides a visual representation of the execution flow of a pipeline group job. It helps users quickly understand the order of execution, status of each pipeline, and their interdependencies through a node-based graphical layout.

Key Features

  • Pipeline Nodes: Each node in the graph represents an individual pipeline in the pipeline group (e.g., p1_edited, p2). The version of each pipeline (e.g., V1) is also displayed within the node. Arrows between nodes depict the execution order and dependencies.
  • Execution Order: Pipelines are arranged left to right (or top-down in some cases) to visually represent the execution flow. The arrows between nodes clearly indicate the order and directional flow of execution.

UI Elements

FieldDescription
LegendColored labels such as Running, Pending, Completed, Failed, and Canceled help users identify the current status of each node/pipeline at a glance. These correspond to the color of the nodes in the visual graph.
Search BarA search box is provided to help users quickly locate a specific pipeline node by name.
Zoom Controls
  • Zoom In / Zoom Out buttons allow users to adjust the scale of the graph.
  • Reset View / Fit to Screen option helps center and fit the entire graph within the viewport.
Preview Pane (Mini-map)Located at the bottom-right, this mini-map provides a bird’s-eye view of the entire job graph. It helps users easily navigate large pipeline groups by dragging the viewport frame.

The Job Progress tab is especially useful for monitoring large, multi-step pipeline groups in real time and identifying bottlenecks or failures through its intuitive visual layout.

  Last updated by Monika Momaya