activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Workflow-Aktivitäten

Letzte Aktualisierung 2. März 2026

Cancellation Scope

System.Activities.Statements.CancellationScope

Associates a main path of execution with a cancellation handler. The Cancellation Scope has two sections where you can include the child activities: the Body and the CancellationHandler. Activities included in the Body section can only be canceled if they have not been completed.

If a cancellation request is scheduled and the activities in the Body have not completed, then the Cancellation Scope will be marked as Canceled and the CancellationHandleractivities will be executed.

Im Textkörper der Aktivität

  • Body - Includes the activity that represents the main path of execution. This is the activity that might have to be canceled later.
  • CancellationHandler - Includes the activity that is to be executed in the event of cancellation.

Eigenschaften

Allgemein
  • DisplayName - The display name of the activity. This field supports only String variables.
Sonstiges
  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
  • Im Textkörper der Aktivität
  • Eigenschaften

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben