CATCH
The CATCH step contains the sequence of steps that you want executed in the event the preceding TRY step fails. Often, the CATCH step contains recovery logic. The CATCH step must be used in conjunction with the TRY step.
The TRY, CATCH, and FINALLY steps are the webMethods flow language facility for handling failures in flow services