Skip to main content
Solved

Need to Trigger Action Flow for Last Refresh Date

  • October 24, 2024
  • 2 replies
  • 53 views

vamsimadhavg
Level 2
Forum|alt.badge.img

I am trying to make an action flow which gets triggered when the data load is more than a day old i.e., when the data load failed, and we are unaware of the failure. Current problem is that I am able to get the last refresh date from event log which is the MAX of the time stamp but to put a trigger to see if the MAx is more than a day old, the FILTER function in general does not allow aggregations. Is there a way out of it or any other path that can be taken to create an action flow to trigger a mail if the last refresh date is more than a day old.

Best answer by janpeter.van.d

Hi @vamsimadhavg,

If you just want to receive a notification, you can enable subscriptions on specific data jobs or data models:

 

If you want advanced monitoring, and want action flows to be triggered when a job fails, custom monitoring is your solution. 

It is described in detail on this page: https://docs.celonis.com/en/monitoring-your-data-integrations.html

I hope this helps. 

2 replies

janpeter.van.d
Level 12
Forum|alt.badge.img+26
  • Level 12
  • 496 replies
  • Answer
  • October 24, 2024

Hi @vamsimadhavg,

If you just want to receive a notification, you can enable subscriptions on specific data jobs or data models:

 

If you want advanced monitoring, and want action flows to be triggered when a job fails, custom monitoring is your solution. 

It is described in detail on this page: https://docs.celonis.com/en/monitoring-your-data-integrations.html

I hope this helps. 


vamsimadhavg
Level 2
Forum|alt.badge.img
  • Author
  • Level 2
  • 1 reply
  • December 5, 2024

Thanks, that is helpful.