Hi Everyone,
I am looking for ideas or already developed process/Sequence for orchestrator Process monitoring. So the basic idea is to extract all the details of currently running processes their job status, queue status, errors, time and so on and update them in a spread sheet. Any ideas or source links are welcome.
BR
Nikhita
1 Like
Hi @Nikita_Naidu
You can check this video
Orchestrator Monitoring and updating events via telegram - YouTube
Here I had developed a orchestrator Monitoring system
I had developed a webserver using flask in Python and used it as webhooks in orchestrator
So whatever the events occured in orchestrator it will be received by webserver and we can save in excel
In my example I had sent it as telegram notification
Hope the idea helps you
Regards
Nived N 
Happy Automation 



2 Likes
thank you Nived, I shall Try this out
1 Like