Skip to main content

I need to check for a value (eg. 'COMPLETED') of a table column from Celonis transformation. The action flow needs to check for the status of the column like every 15 minutes and once it finds the 'COMPLETED' status, the Celonis action module needs to execute the corresponding data model. Appreciate the ideas/logic.

Hi, you can use the HTTP module and call the API to execute data model reload.

 

https://docs.celonis.com/en/process-data-model-api.html


Reply