When we get into failed process instance and failed step, we don`t see the error displayed at “Step Errors” section; Whereas we can see the perror document in the pipeline of the failed step. And we can see the error record in the Database.
Do we need to enable any settings to display the error message in “Step Errors” section.
Log level of the model is kept at “5 - Process and all steps” and “RESUBMIT” is enabled in all activity steps.
Please put an error step in your process model, which will catch all the errors from your process model.
you can write your own error handling service and can call the same in your error step in your process model.