UiPath Documentation
activities
latest
false
Workflow activities

Timeout Scope

Timeout Scope activity that creates a scope with limited execution time.

UiPath.Core.Activities.TimeoutScope

Description​

Creates a scope with limited execution time. The activity throws a System.TimeoutException in case of a timeout.

Important:

On robots running the .NET 10 executor, a Throw Exception After value greater than approximately 24.85 days (Int32.MaxValue milliseconds) does not throw a timeout exception. This is a .NET 10 runtime change in System.Timers.Timer: the scope silently never times out instead of failing fast. Keep configured values below this threshold.

Project compatibility​

Windows - Legacy | Windows | Cross-platform

Cross-platform configuration​

  • Throw Exception After - The timespan after which the current scope throws an exception.
  • Timeout Message - The message displayed in case of timeout.
  • Body - Add activities to be executed in this section.

Windows - Legacy, Windows configuration​

Designer panel​

  • Body - Add activities to be executed in this section.

Properties panel​

Common​
  • DisplayName - The display name of the activity.
Input​
  • Throw Exception After - The timespan after which the current scope throws an exception.
Message​
  • Timeout Message - The message displayed in case of timeout.
Misc​
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Description​
  • Project compatibility​
  • Cross-platform configuration​
  • Windows - Legacy, Windows configuration​
  • Designer panel​
  • Properties panel​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated