action-center
2025.10
true
- Release Notes
 - Installation and upgrade
 - Before you begin
 - Getting started
 - Activities
- Designing long-running workflows
 - Start Job And Get Reference
 - Wait For Job And Resume
 - Add Queue Item And Get Reference
 - Wait For Queue Item And Resume
 - Wait For Form Task And Resume
 - Resume After Delay
 - Assign Tasks
 - Create External Task
 - Wait For External Task And Resume
 - Complete Task
 - Forward Task
 - Get Form Tasks
 - Get Task Data
 - Get App Tasks
 - Add Task Comment
 - Update Task Labels
 - Configure task timer
 
 - Actions
 - Processes
 - Audit
 

Action Center
Last updated Oct 28, 2025
UiPath.Persistence.Activities.Delay.ResumeAfterDelay
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.
 
- 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.