Set Transaction Progress
UiPath.Core.Activities.SetTransactionProgress
Description
Helps you create custom progress statuses for your In Progress Orchestrator transactions. An example of how to use this activity is available here.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Windows, Cross-platform configuration
- Transaction Item - The TransactionItem whose progress is to be updated.
- Progress - The custom progress status that is to be set to the TransactionItem. This field supports only strings and string variables.
Advanced options
Others
- Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
- Continue on error - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (
True,False). The default value isFalse. As a result, if the field is not configured and an error is thrown, the execution of the project stops. If the value is set toTrue, the execution of the project continues regardless of any error.noteIf this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.
Windows - Legacy configuration
Properties panel
Common
- DisplayName - The display name of the activity.
- Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
- Continue on error - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (
True,False). The default value isFalse. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set toTrue, the execution of the project continues regardless of any error.noteIf this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.
Input
- Progress - The custom progress status that is to be set to the TransactionItem. This field supports only strings and string variables.
- Transaction Item - The TransactionItem whose progress is to be updated.
Misc
-
Folder Path - The path of the folder where the TransactionItem is located, if different from the folder where the process is running. This field only supports string values, with
/as the separator to indicate subfolders. For example"Finance/Accounts Payable".noteThe
FolderPathparameter does not work for processes executed by robots in classic folders. Only robots in modern folders have the ability to pass data outside of their folder. Relative folder paths are supported in anX-UIPATH-FolderPath-Encodedheader, as follows:- Path starting with
/- starts from therootfolder of the tree the ambient folder is part of. - Path starting with
.- starts from the ambient folder. - Path starting with
..- starts one level up in the hierarchy of the ambient folder for each..in the path (e.g.../for one level up,../../for two levels up in the hierarchy). - Trailing slashes are not accepted.
- Path starting with
-
Private - If selected, the values of variables and arguments are no longer logged at Verbose level.