This activity introduces a delay between activities in a workflow. The Delay activity is derived from the .NET Framework DelayActivity class.
Icon

Design Time Prerequisites
None.
Run Time Prerequisites
None.
Properties
The Delay activity uses the input properties listed in the following table:
Display Name | Internal Name | Type | Required | Description |
---|---|---|---|---|
Initialize TimeoutDuration |
InitializeTimeoutDuration |
Internal |
Specifies a handler to initialize the TimeoutDuration property. |
|
TimeoutDuration |
TimeoutDuration |
Timespan |
Yes |
Duration of the delay. |
The Delay activity does not produce an output property.
Errors and Exceptions
Remarks
For more information about about this activity, see DelayActivity Class (http://go.microsoft.com/fwlink/?LinkId=186252) in the .NET Framework Class Library.
Example