How to create a pipeline
Learn how to create, configure, and build a pipeline on the Digibee Integration Platform.
Last updated
Was this helpful?
Learn how to create, configure, and build a pipeline on the Digibee Integration Platform.
Last updated
Was this helpful?
Pipelines are created within the Canvas environment. Use the following steps to learn how to create, configure, and build your pipeline.
Follow these steps to create a pipeline:
On the Build page, click on the Pipeline tab.
Click on the Create button in the upper right corner.
Select the Pipeline option.
Inside the pipeline, click the gear icon in the upper right corner of the screen (next to the Save button) to begin configuring the pipeline.
A new page with a configuration form will open on the right side of the screen. Fill in the fields:
Description: the description of the pipeline.
“Is it multi-instance?”: activate this option if the pipeline to be created is multi-instance. To learn more about this feature, read the Multi-Instance documentation.
Sensitive field: data fields that should be obfuscated in the pipeline logs with the character set "***". The special character hyphen [-] is allowed in the name of the sensitive field. Other special characters, accents, and cedilla [ç] are not allowed.
InSpec: pipeline input.
OutSpec: pipeline output.
Once the pipeline is configured, you can start building the flow.
Follow these steps to create a flow in a pipeline:
Move the mouse pointer over the trigger already available in the Canvas and click on the Configuration button (represented by a gear icon).
Configure the selected trigger and click on Confirm to save your changes.
After configuring the trigger, click on the + button to begin creating your flow. Refer to the Smart Connector User Experience documentation for more details about available connection options.
While building your flow, use the Execution panel for testing and the Debug mode for troubleshooting.
Pipelines are not saved automatically. You need to click the Save button each time you want to save your changes. The first time you save, provide the Name, Description, and Project to which the pipeline belongs.
The Canvas, the environment where pipelines are built, offers several navigation options. To learn more, read the Canvas documentation.
Each pipeline has a maximum size limit of 1 MB, which includes all its components: connectors, triggers, accounts, globals, and more. If the total size exceeds this limit, deployment will not be possible. Before deploying it, ensure that the pipeline size is within the allowed limit.
Step 1: Copy all the pipeline connectors using one of the following methods:
Press Ctrl/Cmd + A and then Ctrl/Cmd + C.
Or
Hold Ctrl/Cmd, click on each connector, and then press Ctrl/Cmd + C.
Step 2: Paste the connectors on JSON Size Analyzer pressing Ctrl/Cmd + V and execute a query to check the approximate size of the pipeline.
If the pipeline is smaller than 1 MB, it can be deployed. If it exceeds this limit, reduce its size before deployment.