Click or drag to resize

WorkflowTimerJobConfiguration Fields

The WorkflowTimerJobConfiguration type exposes the following members.

Fields
  NameDescription
Public fieldActions
Contains actions that are executed when the timer job is triggered.
Public fieldItemExpression
Specifies an optional item that is associated with the workflow. This can be a string representing an URL to a Workspace or SP list item, or an object that can be casted to IUpdatable. Use the expression variable 'LastRunTime' to access the last run time of the timer job.
Public fieldSchedule
Contains a definition for a schedule which is used to automatically start the timer job.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Top
See Also