g_Activity_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_Activity_TryCatch_Try [0..1]
g_Activity_TryCatch_Catch [0..*]
g_Activity_TryCatch_Finally [0..1] - A script that is run when the flow leaves the try block, either normally or through an exception.
Parents
g_Activity_Join_Activity - Step within a Join of a Workflow. e.g. Activity, TimerEvent, Try, Branch...
g_Activity_TryCatch_Finally
A script that is run when the flow leaves the try block, either normally or through an exception.
Parent topic: g_Activity_Decision_Branch
Parent topic: g_Activity_Loop
Parent topic: g_Activity_Semaphore
Parent topic: Workflow
Parent topic: g_Activity_TryCatch_Try
Parent topic: g_Activity_TryCatch_Catch
Parent topic: g_Activity_Join_Activity
Parent topic: g_Activity_Queue_TimerEvent
Parent topic: g_Activity_Queue_ClassEvent
Parent topic: g_Activity_Queue_ProcessEvent
Parent topic: g_Activity_Queue_ManualEvent