activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités de workflow

Dernière mise à jour 6 mars 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.

Remarque :

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.

Propriétés

Commun
  • 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.
    Remarque :

    Si cette activité est incluse dans Tenter de capturer (Try Catch) et que la valeur de la propriété Poursuite sur erreur (ContinueOnError) est True, aucune erreur n'est détectée lors de l'exécution du projet.

Entrée
  • 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.
Divers
  • NomAffichage (DisplayName) - Nom affiché de l'activité.
  • Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).
  • Propriétés

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour