Composing a Dataflow

To create and compose a new dataflow, perform the following:

  1. Navigate to the Neo extension portal {host url}/extensions/neo/ui and select the oraganizstion in which you want to create the dataflow.
  2. Click Create new dataflow and enter a name for the dataflow in the Name field.
  3. (Optional) Create or assign a tag for the dataflow.
  4. Click Done.
    The dataflow is created on the Dataflows page under the My Dataflows tab.
  5. On the Dataflows page, click the dataflow.
    The dataflow version page opens, showing the dataflow as version v1 in Draft status.
  6. Click on version v1 of the dataflow.
    The Neo UI canvas opens with the Trigger and Schema block.
  7. 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.
  8. Test the dataflow using an API testing tool.
  9. Click Send for Approval to submit the dataflow for approval.
    The dataflow status changes to Awaiting approval.
Composing a dataflow

Composing a dataflow