Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 General Activities Palette : OnError

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 will be 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. The actual Service MEP will not be affected.
Configuration
The Configuration tab has the following fields.
Misc
The Misc tab has the following fields.
See TIBCO ActiveMatrix BusinessWorks Process Design Guide for more information about controlling the execution order of process instances and about XPath expressions.
 
Output
The Output-tab of the onError event source contains the following schema:
errorCode - Contains the error code useful for filtering the errors.
errorDesc - Contains description of errors.
errorStack (optional) - Contains stack of error logs.
msgData - Contains the Soap-Envelope of the message.
MessageHeaders (optional) - Contains either JMS or HTTP transport headers.
This depends on the transport for which the error is captured.
mimeEnvelopeElement (optional) - Contains mime data.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved