g_Sequence_TryCatch
TryCatch
Properties
caption : stringString identifier for caption display in the UI.
description : stringTry-catch block description.
layout : stringGUI layout data.
name : stringStep name.
variable : identifierVariable, in which to store the caught exception.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
Content
Sequence of:
g_Sequence_TryCatch_Try [0..1]
g_Sequence_TryCatch_Catch [0..*]
g_Sequence_TryCatch_Finally [0..1] - A script that is run when the flow leaves the try block, either normally or through an exception.
Parents
g_Sequence_Join_Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
Service - Services provide integration service orchestration capabilities. They are essentially workflow for integration.
g_Sequence_TryCatch_Finally
A script that is run when the flow leaves the try block, either normally or through an exception.
Parent topic: g_Sequence_Dispatch_Case
Parent topic: g_Sequence_Loop
Parent topic: g_Sequence_Semaphore
Parent topic: t_SOADefinition_IntegrationServices_Service
Parent topic: g_Sequence_TryCatch_Try
Parent topic: g_Sequence_TryCatch_Catch
Parent topic: g_Sequence_Join_Sequence
Parent topic: Service