Executing the Pipeline

The basic workflow to create an inbound integration pipeline:

  1. Create an integration pipeline.

  2. Create a pipeline interface.

  3. Create a message queue.

  4. Execute the pipeline.

  5. View the pipeline execution history.

This page provides the instructions for the fourth step in this workflow. After the Message Queue has been created, the next step is executing the pipeline. See the relevant sections in the Online Help for information on the previous steps.

Complete the following steps to execute the pipeline:

  1. Log in to the ONE system.

  2. Click Menus/Favs > Tools > Integration > Message Queue Summary. In the NEO UI, users can click on the Menus/Favs icon on the left sidebar and type in the name of the screen in the menu search bar. For more information, see "Using the Menu Search Bar."
    The Message Queue Summary screen displays.


    images/download/attachments/144836230/image2022-8-23_8-0-4-version-1-modificationdate-1680201710000-api-v2.png



  3. Run the cURL (Client URL) from the Command Prompt of your computer, not in the ONE system, for the created pipeline to upload the data. A sample is shown below.

    curl -verbose -u "<Username>:<Password>" -H "Content-Type: application/json" --data-binary "@products.json" https://<domain>/oms/rest/queue/enqueue?QueueName=inbox/items&Sender=<Username>&InboundInterface=Item_IB&InboundQueueEnterpriseName=HUB4&InboundInterfaceVersion=1.0&ValueChainId=<VC ID>&ClientFileName=products.json
  4. Click the refresh icon after the command runs to refresh the Message Queue Summary screen.

    images/download/attachments/144836230/image2022-8-23_8-5-3-version-1-modificationdate-1680201710000-api-v2.png



    The Messages screen displays, showing the execution result in the Result Queue field. The uploaded data now displays in the ONE system in the desired format.

    images/download/attachments/144836230/image2022-8-23_8-8-31-version-1-modificationdate-1680201710000-api-v2.png