How to check if a process does not write any log message within a certain time?

Hello,

I need to control if a process stops working somehow (because there are no more operations to process, for instance).

I would like to know if there is a way to do some action (such as sending an email) just in case one log message is written and then no more log messages are written in 1 hour time.

Thanks a lot.

Regards

You can verify Robot Logs and can read when is the last message is written in the log file.

Regards,
Karthik Byggari

I think it is not a solution.

What I need to do is to check if a robot stops writting log messages.

Thanks!

Are you using state machine (REF) or any other type of workflow?

I am not using REF. I am using simple workflows.

Thanks

@KarthikByggari