finally
The finally link can only be used with a cTry component and if a try link has already been used to isolate part of a Route likely to generate an error.
The finally link will enable you to execute final instructions regardless of any problem that may occur in the Try and/or Catch block, to close a connection to a database, for example.