Resume After Delay
UiPath.Persistence.Activities.Delay.ResumeAfterDelay
Description
Suspends the execution of the workflow and resumes it at a specified date and time.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Windows, Windows - Legacy configuration
Properties panel
Common
- DisplayName - The display name of the activity.
- StatusMessage - The message specified in this property field is displayed in Orchestrator alongside the workflow that is suspended by this activity. This field supports strings and
Stringvariables only.
Input
- Resume Time - The date and time when this workflow should be resumed. This property can be filled in with relative dates such as
DateTime.Now.AddHours(2),DateTime.Now.AddDays(10)andDateTime.Now.Add(New System.TimeSpan(5, 0, 0, 0)). Additionally, you can use the US notation to add an exact time, such as 12/10/2017 07:40:00. Automatically correcting this date is available. For example, if you write8 9 2018 9:0, it is automatically transformed into08/09/2018 09:00:00.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Cross-platform configuration
- Resume Time - The date and time when this workflow should be resumed. This property can be filled in with relative dates such as
DateTime.Now.AddHours(2),DateTime.Now.AddDays(10)andDateTime.Now.Add(New System.TimeSpan(5, 0, 0, 0)). Additionally, you can use the US notation to add an exact time, such as 12/10/2017 07:40:00. Automatically correcting this date is available. For example, if you write8 9 2018 9:0, it is automatically transformed into08/09/2018 09:00:00.
Advanced options
- StatusMessage - The message specified in this property field is displayed in Orchestrator alongside the workflow that is suspended by this activity. This field supports strings and
Stringvariables only.