I want your help, today the job has to be triggered, but suddenly the triggers are disabled, I have checked the audit logs but nothing was found, but when i enabling the triggers, it failing with below error.
Please check the jobs ran before and see the status. If there are continious error for all the jobs triggered for the scheduled trigger - It will be disabled automatically based on the configuration in the UiPath config file.
If the continious error is the issue - fix and schedule after that
Thanks for your reply, the job has been triggered at the correct time. But the triggers were disabled. I’m not sure whether the triggers are disabled after the jobs triggered or not.
Also, i think why you got the above error(your screenshot) while trying to enable the same,is because its not a valid trigger and cannot run ever per the current schedule in there. It was one time trigger which is done so if you want to re-enable it, i am guessing you would have to first edit the trigger to a date time in future and then you should be able to enable the same.
No. I haven’t enable any of them. I think you are right, as the time passed out with respect to the trigger and the job was triggered and executed. But my question is are these kinds of triggers will be disabled automatically after the start of job.
i am guessing that is expected behavior even though its not specifically mentioned anywhere in documentations.
But that’s how the behavior is.
And also 1 thing to note here is that if keeping it enabled automatically was possible then you would have been able to enable it manually also after it ran also and not get the error you are getting.
It got automatically disabled because its not possible to keep the trigger enabled if it can never run, right? Or lets say if its configuration is not valid( there is no future date or time)?
But, if you are not convinced, then you can try to test it once more by creating a one time trigger and see if it gets automatically disabled. In my view, it would as same error would be thrown internally as well during an attempt to not let trigger disable automatically.
tried to create the trigger with your cron expression, same error as triggers are meant for future runs but date is in the past.
Hope this clears any confusion