Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Diese Komponente die der Fehlerbehandlung und enthält drein eigebettete Flows:

Try

Dieser Flow enthält die eigentliche Logik, die ausgeführt werden soll.

Catch

Dieser Flow enthält die Logik, die ausgeführt werden soll, wenn bei der Ausführung des Try-Flows ein Fehler auftritt. Im Element-Kontext der Try … Catch … Finally Komponente kann über der JSON-Pfad This component is used for error handling and contains three embedded flows:

Try

This flow contains the actual logic that is to be executed.

Catch

This flow contains the logic that is to be executed if an error occurs during the execution of the try flow. In the element context of the Try ... Catch ... Finally component, the exception that led to the execution of the catch flow can be determined via the JSON path $.runtime.TryBlockResult.exceptionInfo die Ausnahme ermittelt werden, welche zur Ausführung des Catch-Flows geführt hat.

Finally

Dieser Flow enthält die Logik, welche unabhängig von einem Fehler immer abschließend ausgeführt werden soll (z. B. Aktivitäten zur BereinigungThis flow contains the logic that should always be executed regardless of an error (e.g. activities for cleanup).