Hello All,
in my application i have 3 timers. I see their status (for example if executed successfully and when) through service center.
I want to preview them in a webage in my application but i am not aware of.
Any advice/suggestion how to implement it?
Regards,
George
Hi George,
In addition to the previous solution shared by AJ, I would also suggest you check out the Log_Cyclic_Job entity in the PlatformLogs extension module to get the Timer information (filtered by EspaceId).
I hope this helps you!
Kind regards,
Benjith Sam
I would like to programmatically check on a timer running status in an admin application I'm building to manage csv data ingestion.We don't seem to have the Log_Cyclic_Job entity in ODC.How do I go about doing this in ODC?
Hello @George M
You might find this post useful to keep track of the timer status programmatically.
AJ