Share via


Action - Timer

The timer action creates an event that will fire at the specified DueTime. This event causes the conditions of the current step to be reevaluated. The timer action should be used in conjunction with a condition that verifies that the current DateTime is greater than or equal the DateTime when the event should fire. This way a process can be made to wait at a specified step until a certain time.

The required action parameters are as follows:

Required parameters Description
DueTime Specifies when the Timer event should fire.  This parameter should be in DateTime format.

The following diagram shows the schema for this action.

Action - Timer

See Also

© 2005 Microsoft Corporation. All rights reserved.