OnError

Activity

This activity provides error handling mechanism for all the errors that happen outside the job boundaries of all processes associated with the service resource.

You are recommended to create only one process definition with this event source for the whole project. If you create multiple processes, then all of them get triggered and may not be in sequence.

Whenever an error occurs for messages triggered through Service Resource outside of Job boundaries, the Error handler process gets triggered with the appropriate data.

This error handler process can be used only for Logging purposes. It does not affect The actual Service MEP.

Note: The Error handler handles the failure in Pre-process, Post-process (failure while sending the response), and Fault Sending scenarios. It does not catch the error during the execution process.