Type to start searching...

TryCatch

Properties
caption : string

String identifier for caption display in the UI.

description : string

Try-catch block description.

layout : string

GUI layout data.

name : string

Step name.

variable : identifier

Variable, 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:

    • Try [0..1]

    • Catch [0..*]

    • Finally [0..1] - A script that is run when the flow leaves the try block, either normally or through an exception.

Parents