activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

工作流活动

上次更新日期 2026年3月20日

广播消息

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.

备注:

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.

属性

常见
  • 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.
    备注:

    如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“True”,则系统在执行项目时不会捕获任何错误。

输入
  • 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.
其他
  • “显示名称”- 活动的显示名称。
  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
  • 属性

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新