I am trying to add a task to the error handler but I don't see an error code column in the message tab. I want to make sure I handle the correct error type and would like to do it by Code rather than Message.
Discussion
Discussion
WF - Where on the message tab is the error code?
You can get a more detailed error message in the activity errors log, but it looks like you're going to have to match it by message. Error codes are not guaranteed since this is not a Laserfiche error message/code.
Ok, do I put in the entire message or only the message after the colon?
If you look for the message under Activity Errors in the Error Logs node in the Workflow Admin Console, you can see the complete message in the XML at the bottom. Look for the Message tag.
Ok, got it. Thanks, I will add by message.
Looks like this. It is just an email timeout but since the message does not match the existing SMTPException handler exactly it still terminates the entire workflow. I would like to enter the handler by code in order to ensure the workflows are not terminated.
What do you see in the messages tab? What kind of error is it?