Hi,
Can someone help me in letting me know automating the processes clearance which has stopped with problems. The process which we have built are synchronized processes (short-lived), so there is no manual intervention of resuming the process if it stopped with errors. So in this case all the processes stopped with errors are still in the system and it is not cleared, the only way we found to clear the error processes is to manually cancel it or delete it.
Please suggest a way to Cancel a process automatically if the process stops with errors.
Regards,
Balaji.R
Discussion posts and replies are publicly visible
Hi rp_balaji
One way to handle this is to incorporate a timer in the process models where this condition applies.
In the example shown below, I just setup a 1 minute timer. This timer event node starts as soon as the process starts. One minute later it will end.For your requirement, this timer could last 1 hour, 2, hours, a day, or a week. It's whatever you need.
> This shows what the process looks like at the time of the error.
> After your prescribed timeout, the process terminates, even if there is an error.