Skip to main content

Report Status

UiPath.Core.Activities.ReportStatus

Description

Displays a custom status in the UiPath Assistant for the process that is executing.

Project compatibility

Windows - Legacy | Windows | Cross-platform

Cross-platform configuration

  • StatusText - The status that you want to send to the UiPath Assistant during execution. This field supports only strings and String variables.
    note

    You can split a status message on multiple lines when configuring the message in Studio. For this, use Environment.NewLine or vbNewLine as a line separator for the status message text.

Windows - Legacy, Windows configuration

Properties panel

Common

  • DisplayName - The display name of the activity.

Input

  • StatusText - The status that you want to send to the UiPath Assistant during execution. This field supports only strings and String variables.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.