Step-by-step guide to creating workflows in the platform.
The workflow builder provides a visual canvas where you can design your data pipelines by dragging and connecting nodes.
Read data from various sources:
Process and transform data:
Write data to targets:
Control workflow execution:
Drag a source node to the canvas and configure the data source
Add transformation nodes to process the data as needed
Drag from output port to input port to connect nodes
Select each node and configure its properties
Add a destination node to specify where data should be written
Use the Test button to run with sample data
Save the workflow and optionally set up a schedule
Always test your workflow with a small subset of data before running on production data. Use the limit option in source nodes during testing.