Building Custom Components

Create your own workflow plugins.

Building Custom Components

Extend PipelineXLab

Build custom components that integrate perfectly with the PipelineXLab workflow system.

Component Structure

my_component/ ├── manifest.json ├── component.py └── README.md

Getting Started

Create a manifest file defining inputs/outputs

Write your Python logic

Test with sample data

Share with your team