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 4. März 2026

Trigger Form Button

UiPath.Form.Activities.TriggerFormButton

Beschreibung

Use this activity to trigger the execution of the Do block of an external process.

Sie geben die ID des Prozesses an, den Sie extern ausführen möchten, und den Schlüssel der Schaltfläche, die den Do-Block im externen Formular ausführt. Zur Laufzeit sucht die Aktivität nach der angegebenen Formularprozess-ID und klickt auf den angegebenen Schaltflächenschlüssel, um den Do-Block auszuführen. Um eine Formularprozess-ID zu ermitteln, verwenden Sie das Feld Ausgabe der Aktivität Start Form im entsprechenden Workflow.

Projektkompatibilität

Winodows - Legacy | Windows

Eigenschaften-Panel

Allgemein

Die Eigenschaften in dieser Kategorie beziehen sich auf allgemeine Aktivitätseinstellungen.

  • Display Name (String) - Sets the name for this activity. For example, "Trigger Approve Button On Form".

Eingabe

Die Eigenschaften in dieser Kategorie beziehen sich auf die Bezeichner des Formulars, das extern ausgelöst wird.

  • Button Key (String) - Enter the key of the button used to trigger the Do block. The value must match the field key value of the button component in the referenced form.
  • Form Process Id (Int32) - Enter the ID of the process that generates the form containing the triggering button. You can retrieve the process ID through the Output field of the Start Activity. Make sure you are in the correct process when you use this option, as you need to collect the ID of the process that needs to be triggered externally.

Sonstiges

Die Eigenschaft in dieser Kategorie bezieht sich auf verschiedene Einstellungen.

  • Private (Boolean) - To skip logging variables and arguments at Verbose level, check this box. By default, the checkbox is cleared (set to false).

Workflow-Beispiel

Das folgende Beispiel zeigt, wie Trigger-Formularschaltflächen konfiguriert werden.

  1. For example, you design a button (Approve) in the Form1 form of the Process1 process. While in Process1, make sure to check the following:
    • Sie verwenden "approve" als Feldschlüsselwert der Schaltflächenkomponente.
    • Sie verwenden die Aktivität Start Form, um die Prozess-ID Process1 abzurufen: Sie erstellen eine Variable process_id im Feld Ausgabe > Formularprozess-ID der Aktivität.
  2. You have another process, called Process2, and you need it to trigger the Approve button of the Form1 form (which is generated by the Process1 process). Process1 is a process external to Process2. While in Process2, make sure to check the following:
    • Sie verwenden die Aktivität Trigger Form Button.
    • For the Button Key property, enter the field key of the Approve button from Process1 (for example, "approve").
    • For the Form Process Id, enter the Process1 process ID returned by the Start Activity (for example, the variable process_id).

Result: The Trigger Form Button activity searches for the indicated process ID and clicks on the specified button, thus executing the Do block in the Form1 form (externally triggered from Process2).

  • Beschreibung
  • Projektkompatibilität
  • Workflow-Beispiel

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