1. Home
  2. Docs
  3. Microsoft Expressions
  4. DelayUntil

DelayUntil

Delay Until

  • It takes DateTime type variable as input and is used to delay the process to that particular input value. 

Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Date(InArgument<DateTime>) – Takes DateTime type variable which delays the process so that specific tasks can be completed in the background, and after which process resumes.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Expressions  in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Delay Until  activity. Pass in the dateTime variable till which you want the process to be delayed.