Hello All,
How can I Auto Restart a job in the workflow if it exceeds certain time limit. Any thoughts on this.
Regards,
Srujan.
Hello All,
How can I Auto Restart a job in the workflow if it exceeds certain time limit. Any thoughts on this.
Regards,
Srujan.
Yes, you do have a restart option available to you when a job exceeds its MRT, but you have to engineer that behavior. This is accomplished by asking it to run another object when the MRT is exceeded. If it won't let your job execute itself (for fear of infinite loop) then you may need to set up a new script object that runs an ACTIVATE_UC_OBJECT() function to launch the desired object.
In the "Runtime" area of the job, you can set a Maximum runtime (MRT) rule to cause actions to take place when that maximum time limit has been exceeded. I suspect you can accomplish the desired behaviors with this feature.