Champion
151
Views
3
Comments
Solved
Get last successful run of a timer?
Question

Hey guys,

Looking at https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/OutSystems_Platform_Timers_and_Asynchronous_Processes

I'm wondering if there is a way to determine if a timer has been run successfuly. I know I can count the amount of retries, but is this value reset back to 0 once the timer has succeeded again?

Solution

Hi Joey,

I really don't know if there is an easier way, but you can look into the Cyclic_Job_Shared System entity as you have the information about the last and next time the Timer run.

In the oslog_Cyclic_Job you can find the information about the last run (but here is tricky because you need to determine which one of them you should look into)

Hope this helps.

Cheers.

Champion

Hey Eduardo, 

The oslog_Cyclic_Job seems to be sufficient! Thanks!

where we can find oslog_Cyclic_Job ?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.