Hi Amisha,
Reltio doesn't recommend using LCAs for performing "After Save" operations. Because LCA's can be costly in terms of performance. Instead of using the LCA based approach, a better solution will be to use event streaming. Where you should do the following on a high level
- Enable streaming in the Reltio tenant to stream events to an external queue. AWS SQS/SNS, Azure Service Bus or Google PubSub can be used.
- Create a RIH recipe to listen to the "ENTITY_CHANGED" event from the queue.
- When the ENTITY_CHANGED event is received call the recipe you mentioned as a function.
------------------------------
Diparnab Dey
Technical Consultant
Reltio
Kolkata, West Bengal
------------------------------
Original Message:
Sent: 09-04-2024 02:48
From: Amisha Kumari
Subject: How to trigger a RIH recipe from LCA?
We have a Recipe Integration Hub (RIH) recipe designed to update certain attributes when there's a change in either the child or parent entity linked through a Reference attribute. However, we want this recipe to be triggered specifically by the after-save hook of the LCA. How can we configure the RIH recipe to execute on the after-save event of the LCA?
------------------------------
Amisha Kumari
Fresh Gravity
PATNA
------------------------------