Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

PostponeTransactionItem

Adds time parameters between which an Orchestrator transaction must be processed (not before Postpone and no later than Deadline). This method uses the same authentication context as the Robot it runs under.

Definition

Namespace: UiPath.Activities.System.API

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

Overloads

  
PostponeTransactionItem(QueueItem, DateTime)Postpones a TransactionItem after an inputted date.
PostponeTransactionItem(QueueItem, DateTime, String)Postpones a TransactionItem, from a specified folder path, after an inputted date.
PostponeTransactionItem(QueueItem, DateTime, String, DateTime, Int32)Postpones a TransactionItem, from a specified folder path, after an inputted date, and with TimeoutMS configured.

PostponeTransactionItem(QueueItem, DateTime)

Postpones a TransactionItem after an inputted date.
void RaiseAlert(
	AlertSeverity severity,
	string notification
)void RaiseAlert(
	AlertSeverity severity,
	string notification
)
severity AlertSeverity
The severity of the alert.
notification String
The alert message.

PostponeTransactionItem(QueueItem, DateTime, String)

Postpones a TransactionItem, from a specified folder path, after an inputted date.
void RaiseAlert(
	AlertSeverity severity,
	string notification,
	string folderPath
)void RaiseAlert(
	AlertSeverity severity,
	string notification,
	string folderPath
)
severity AlertSeverity
The severity of the alert.
notification String
The alert message.
folderPath String
The path of the orchestrator folder you want to use.

PostponeTransactionItem(QueueItem, DateTime, String, DateTime, Int32)

Postpones a TransactionItem, from a specified folder path, after an inputted date, and with TimeoutMS configured.
void RaiseAlert(
	AlertSeverity severity,
	string notification,
	string folderPath,
	int timeoutMS
)void RaiseAlert(
	AlertSeverity severity,
	string notification,
	string folderPath,
	int timeoutMS
)
severity AlertSeverity
The severity of the alert.
notification String
The alert message.
folderPath String
The path of the orchestrator folder you want to use.
timeoutMS Int32
Wait time before throwing an error.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.