Hi All, Is there any process model property that will show when the p

Hi All,

Is there any process model property that will show when the process fails due to technical issues. What we are looking at is to trigger another process in case of any failures.

Regards,
Thoufiq.

OriginalPostID-155795

OriginalPostID-155795

  Discussion posts and replies are publicly visible

Parents
  • I think a retry capability and better handling of exceptions (particularly transient database connectivity ones) would be helpful. Likewise, the database query smart service that lets you directly perform an SQL statement has a 'pause on error' attribute you can set to true/false and then capture the error in a pv variable. Nothing like this exists for other smart services. Sadly, except for Alerts which we have to monitor throughout the day, there isn't an easy way to handle sporadic connectivity problems. We end up having to restart nodes periodically.
Reply
  • I think a retry capability and better handling of exceptions (particularly transient database connectivity ones) would be helpful. Likewise, the database query smart service that lets you directly perform an SQL statement has a 'pause on error' attribute you can set to true/false and then capture the error in a pv variable. Nothing like this exists for other smart services. Sadly, except for Alerts which we have to monitor throughout the day, there isn't an easy way to handle sporadic connectivity problems. We end up having to restart nodes periodically.
Children
No Data