Execution Panel
Learn how to test your pipelines or capsules using the Execution Panel on the Digibee Integration Platform.
The Execution Panel allows you to test a pipeline or capsule in the test environment while designing the flow. It uses test values from the Globals, Accounts, Relationship, and Multi-Instance services.
This feature helps you validate implementation logic and debug the flow in real time, without needing to deploy it first.
Execution Panel overview
You can open the Execution Panel from the lower-left corner of the Canvas or by pressing Cmd (or Ctrl) + D.
The panel includes four tabs:
Payload: Input the test data.
Results: Review the input, output, and overall test results.
Logs: Track events and errors.
Problems: See tips to improve your flow and find possible issues in your integration. Check the Linter documentation for details.

Learn more about each tab:
In addition to running tests, you can also import and export execution files directly from the panel.

Executing the flow
By executing a flow, you can test and validate your pipeline or capsule to make sure it works as expected. You can execute the entire flow or just part of it, depending on your needs.

Analyzing the execution results
After running a pipeline, you can review its results in two separate areas of the interface:
1. Overall execution result (Execution Panel)
The Results tab in the Execution Panel shows the outcome of the entire pipeline at once. This gives you a quick overview of whether the pipeline ran successfully or if any issues occurred.

2. Individual connector outputs (Left side panel)
For a deeper look at each connector’s result, go to the Flow section in the left side panel and expand the Messages accordion. Here, each connector’s output is displayed, up to 5,000 messages. Each connector receives the payload from the previous step, processes it, and generates a new payload.
In the Messages view, you can:
See the connector’s Step Name and execution time.
Search messages by full or partial name, or by connector parameters.
See a preview of the message, where you also can:
Download the JSON output.
Copy the JSON output to your clipboard.
Filter specific elements using a JSONPath expression.
Create a mock response in supported connectors. Learn more in the Connector Mocking documentation.

Additional information
Below you will find some important details about the Execution panel and useful keyboard shortcuts.
Last updated
Was this helpful?