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
ganeshbabuj said:so exceptions with timer works as expected only for script task and not for recommended for any other smart services?
This is not correct. Exceptions can be helpful in other places.For example, if you want to "expire" a user input task that isn't completed for a long time, an exception would be a reasonable approach to address that.
ganeshbabuj said:Thanks Robert , I was about to ask below so exceptions with timer works as expected only for "user input task" and not for recommended for any other smart services?
I have described design patterns that have been effective for me.
Beyond that, if you're facing unexpected behavior with task exceptions that is not clearly detailed in the documentation, I would suggest you open a support case to address this.