Composing a Dataflow
To create and compose a new dataflow, perform the following:
- Navigate to the Neo extension portal {host url}/extensions/neo/ui and select the oraganizstion in which you want to create the dataflow.
- Click Create new dataflow and enter a name for the dataflow in the Name field.
- (Optional) Create or assign a tag for the dataflow.
- Click Done.
The dataflow is created on the Dataflows page under the My Dataflows tab. - On the Dataflows page, click the dataflow.
The dataflow version page opens, showing the dataflow as versionv1
inDraft
status. - Click on version
v1
of the dataflow.
The Neo UI canvas opens with the Trigger and Schema block. - Add blocks to the dataflow as required by clicking on a node and click Save.
Note: Blocks do not follow a fixed sequence; arrange them logically based on requirements. - Test the dataflow using an API testing tool.
- Click Send for Approval to submit the dataflow for approval.
The dataflow status changes toAwaiting approval
.

Composing a dataflow
Updated 1 day ago