Reltio Integration Hub

 View Only
  • 1.  RIH Or workato Recipe for reltio events FIFO or ordering

    Posted 01-16-2024 07:50

    Hello Team,

    do we have any RIH or workato Recipe which does reltio events FIFO or ordering 

    we have a requirement to do events ordering 

    regards,

    Nitin Tugave



    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------


  • 2.  RE: RIH Or workato Recipe for reltio events FIFO or ordering
    Best Answer

    Reltio Employee
    Posted 01-19-2024 14:18

    Hi Nitin,

    Sounds like you want to sort messages coming off of a message queue in a particular order.  I did a poc for this and can share some screen shots and notes about what I did.

    Instead of iterating over the sqs messages I put them in a list and used a sql collection object to order the list based on criteria including special ordering information stored in a lookup table.

    Take the sqs messages (1), put it into the messageList list (2) object, then turn it into a sql collection (3) list so that we can query it in the next step (4) using an order by clause.  then you can iterate over the list produced from the query (5) and pass the json (stored in the list) for further processing.  

    I used a lookup table to help establish how I wanted specific entities to be ordered.

    EventTypeSorting LookupTable example:



    ------------------------------
    Michelle Popovits
    Technical Consultant
    Reltio
    ON
    ------------------------------



  • 3.  RE: RIH Or workato Recipe for reltio events FIFO or ordering

    Posted 01-22-2024 10:08

    Hi Michelle,

    Thanks for the information , this helps 



    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------