Activities
latest
false
SetTransactionProgress - Other latest
logo
Workflow Activities
Last updated Dec 5, 2023

SetTransactionProgress

Helps you create custom progress statuses for your In Progress Orchestrator transactions.

Definition

Namespace: UiPath.Activities.System.API

Assembly: UiPath.System.Activities.Api (in UiPath.System.Activities.Api.dll)

Overloads

   
SetTransactionProgress(QueueItem, String) Create custom progress statuses for your In Progress transaction.
SetTransactionProgress(QueueItem, String, String) Create custom progress statuses for your In Progress transaction, from a specified Orchestrator folder path.
SetTransactionProgress(QueueItem, String, String, Int32) Create custom progress statuses for your In Progress transaction, from a specified Orchestrator folder path, with TimeoutMS configured.

SetTransactionProgress(QueueItem, String)

Create custom progress statuses for your In Progress transaction.

void SetTransactionProgress(
	QueueItem transactionItem,
	string progress
)void SetTransactionProgress(
	QueueItem transactionItem,
	string progress
)
transactionItem QueueItem
The TransactionItem whose progress is to be updated.
progress String
The custom progress status that is to be set to the TransactionItem.

SetTransactionProgress(QueueItem, String, String)

Create custom progress statuses for your In Progress transaction, from a specified Orchestrator folder path.

void SetTransactionProgress(
	QueueItem transactionItem,
	string progress,
	string folderPath
)void SetTransactionProgress(
	QueueItem transactionItem,
	string progress,
	string folderPath
)
transactionItem QueueItem
The TransactionItem whose progress is to be updated.
progress String
The custom progress status that is to be set to the TransactionItem.
folderPath String
The path of the folder where the specified queue 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".

SetTransactionProgress(QueueItem, String, String, Int32)

Create custom progress statuses for your In Progress transaction, from a specified Orchestrator folder path, with TimeoutMS configured.

void SetTransactionProgress(
	QueueItem transactionItem,
	string progress,
	string folderPath,
	int timeoutMS
)void SetTransactionProgress(
	QueueItem transactionItem,
	string progress,
	string folderPath,
	int timeoutMS
)
transactionItem QueueItem
The TransactionItem whose progress is to be updated.
progress String
The custom progress status that is to be set to the TransactionItem.
folderPath String
The path of the folder where the specified queue 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".
timeoutMS Int32
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).
logo
Get The Help You Need
logo
Learning RPA - Automation Courses
logo
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2023 UiPath. All rights reserved.