Executions

Track and monitor deployed integration pipelines' metrics.

This tab was named "Completed executions" until October 2025.

A execution is the record of what happened inside of the pipeline, from the moment the input passed through the trigger until it ran through the last connector in the pipeline.

In the Executions tab, you can keep track of pipeline executions and their log histories. You can also re-execute the pipelines.

Environment selection

You can select the desired environment on the upper left corner of the page. When you select an environment, the whole page refreshes to show the data related to the pipelines in that environment. Each environment is color coded to make identification easier.

Search fields

You can filter pipeline executions using the parameters below. The executions are shown below according to the specified parameters.

You can also search for the pipeline executions using the Ctrl+Enter (Windows) or Cmd+Enter (macOS) shortcut as an alternative to the Search button.

  • Pipeline name: The name of the pipeline.

  • Pipeline version: Whether the version of the pipeline is major or minor.

  • Pipeline execution key: Identifier of each execution of a pipeline.

  • Payload: The pipeline input or output in JSON format. This search field uses Elasticsearch’s simple query string syntax.

  • Source: The pipeline trigger.

  • Error code: A pipeline execution error code, according to the HTTP Status Code pattern.

  • Message type: The execution status of the pipeline:

    • Response: Executions completed without any interruption.

    • Error: Interrupted executions.

    • Any message: Any execution.

  • Time Period: You can filter pipelines executed in the last 5 minutes, 15 minutes, 1 hour, or select a specific time interval.

Execution details

To view detailed information about a pipeline execution:

  1. Click the three dots (⋯) in the row of the desired execution.

  2. Select View execution to open the Execution Details sidesheet.

The Execution details include:

  • Pipeline execution key – Unique identifier of the pipeline execution.

  • Request message – JSON payload sent by the pipeline trigger.

  • Response message – JSON output returned by the pipeline.

  • Execution messages – Data transmitted through the pipeline.

    • Each pipeline component (connectors, triggers, globals, etc.) receives, processes, and exports a message.

    • Only the first 50 messages are displayed, and only for executions run in the Execution panel.

  • Execution logs – Logs generated during the execution.

    • Click the eye icon to view a log message.

    • You can copy the message or format the JSON directly in this view.

  • Execution messages: The message is the data that is transmitted through the pipeline. Each component of the pipeline (connectors, triggers, globals, and so on) receives, manipulates, and exports a message. Only the first 50 pipeline messages are shown, and only for pipelines executed in the Execution panel.

If you want to analyze the execution directly in the Canvas, click Open pipeline in a new tab in the top-right corner of the sidesheet. The pipeline must have a valid pipelineId, as it is necessary to identify and navigate to the correct pipeline page.

In some cases, the Digibee Integration Platform presents truncated payloads, according to the following criteria:

Payload size
Exhibition

Smaller than 32kb

Full exhibition

Between 32kb and 320kb

Partial exhibition

Larger than 320kb

@@DGB_TRUNCATED@@ warning is shown

Last updated

Was this helpful?