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 25. Feb. 2026

Broadcast Message

UiPath.IPC.Activities.BroadcastMessage

Enables you to send a message on a specified channel that, when received by a Message Receiver Trigger activity, activates another section of a parallel process.

Hinweis:

In order for this activity to function properly, the package version used for the process that listens for the message via the Message Receiver Trigger activity must be identical to the one used for this activity.

Eigenschaften

Allgemein
  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
    Hinweis:

    Wenn die Aktivität in Abfangen versuchen (Try Catch) enthalten ist und der Wert der Eigenschaft BeiFehlerFortfahren (ContinueOnError) auf Wahr (True) gesetzt ist, wird kein Fehler bei der Ausführung des Projekts abgefangen.

Eingabe
  • Channel - The channel you want to use to send the message. This channel also needs to be set in the Message Receiver Trigger activity you want to activate. This field supports only strings and String variables.
  • Message - The message you want to send to the designated trigger. This field supports only strings and String variables.
  • PollingInterval - The waiting time (in milliseconds) between attempts to discover a channel where the message can be broadcast. The minimum value is 1 millisecond. This field supports only Int32 variables.
  • Timeout - The amount of time (in milliseconds) to wait for the channel to exist before dropping the message. If the value is 0, the message is dropped. If the value is not 0, and the timeout passes without sending a message, then the following exception is thrown: "Timeout of x ms has passed and no channel was found to send the message to." This field supports only Int32 variables.
Sonstiges
  • AnzeigeName (DisplayName) - Der Anzeigename der Aktivität.
  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
  • Eigenschaften

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo
Vertrauen und Sicherheit
© 2005–2026 UiPath. Alle Rechte vorbehalten