Hi,
I have a general question which need advise on.
I use a custom framework with built in job retry mechanism with defined number of re-tries. In case of all retry attemts fail I issue a mail notification to operator. I was thinking about including in the notification a link to Orchestrator to restart the job.
Is it ever possible?
Or some other way how to achive the same?
You should be able to achieve this goal by using Reframework. You might need to implement the link in the email part, but I think you can use an API trigger for that.
Given that I have already a separate powershell job that is “feeding” Orchestrator based on requests received via e-mail, I will use same approach and restart failed jobs based operator’s reply to the job failure alert. It seems to be most straightforward approach.