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


Chapter 5 General Activities Palette : Catch    

Catch    
Activity
The Catch activity receives control of execution when an unhandled exception occurs. You can select a specific exception type to catch or you can specify that this activity should catch all unhandled exceptions. You can have more than one Catch activity in each exception scope, but each Catch activity must have a unique exception type.
The Catch activity allows you to transition to activities you want to perform to handle the exception. Transitions are permitted between Catch tracks within an exception scope, but you cannot transition back to the main execution track from the Catch track.
If you want to propagate the caught exception to the next highest scope, use the Rethrow activity.
See the description error handling in TIBCO ActiveMatrix BusinessWorks Process Design for more information about using the Catch activity.
Configuration
The Configuration tab has the following fields.
Input
This activity has no Input.
Output
The output for the activity is the following.
<exceptionName>
 

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