Error handling in Smart services and process nodes

Hi All , 

Is  there any sucessfull way to recognise and handle when a node in the process model gets a red cross across it due to error  . Very few Smart services have got the fictionality to handle errors , but what about the default nodes such as script task , sub process etc..,. Even the exception route doesnt work when a red error strikes. 

 

Regards,

Thoufiq.

  Discussion posts and replies are publicly visible

  • Errors like this are handled by the people that are notified as configured in process model properties -> alert settings. If you really need to handle this automatically, then you have to use a timer event and some logic to check whether the smart service itself succeeded or not. But in my experience this is not needed most of the time.