Pipeline settings
Introducing the Pipeline Settings window, which manages the pipeline's metadata, schedule, and execution options. Open it from the Settings button (gear icon) on the top toolbar of the workflow editor.

Dialog configuration
It consists of three tabs, and changes will not be reflected until you click the Save button at the bottom of the window.
1) General tab
Edit the pipeline's identifying information.
| field | Description |
|---|---|
| Name | System name (display only, cannot be changed) |
| Alias | User display alias (supports AI creation) |
| Description | Pipeline Purpose Description (AI Creation Support) |
| Tags | Tags for search and classification (AI creation support) |
| Topic | (event pipeline only) Event topic to subscribe to |
The storage location (collection/folder) is determined at the time of saving, not in this window. If you enter the editor from a collection/folder, the location will be displayed as locked, and if you enter the editor directly without going through the collection/folder, select a collection when saving. To change its location, move or duplicate it in the collection tree.
2) Schedule tab — batch only
Set up a regular execution schedule. This tab is hidden in the event pipeline. It is set based on presets (every minute, hourly, daily, weekly, monthly). For detailed instructions, refer to the Scheduling document.
3) Options tab
| Item | Description |
|---|---|
| Runtime Image | The execution environment image (Docker image) to use to run the pipeline. If left blank, the default image will be used. |
If you need a specific package, you can create your own execution environment image (Docker image) and specify it. The base image contains major data processing libraries including pandas, polars, and pyarrow.
4) Sharing and permissions tab
Grant or change Owner, Editor, and Viewer roles for users and groups. The Sharing and permissions tab appears only for a saved pipeline.
Individual node write mode
The write mode for each output is specified for each output in the Options tab of the code node, not in the pipeline settings.
| mode | Description |
|---|---|
| Append | Append to existing data |
| Overwrite | Overwrite existing data |
| Merge (Upsert) | Merge by key (entity/relationship output, etc.) |
Configure incremental or full read mode for inputs on the same Options tab.