Deferred Update Due Date Plug-in Properties

The Deferred Update Due Date plug-in updates the due dates of a running process or assignments within the process. This is run by SVService, and is useful if you are trying to update the due date for the current process being run, rather than an external process.

Value Pair

Description

Mandatory

assignmentid

The identifier of the assignment whose due date should be changed.  One of assignmentid or processid must be specified.

Type: guid

No

date

The absolute date to use in the update.  If both date and timespan are specified, the date argument will be used.

Type: guid

No

processid

The identifier of the process whose due date should be changed.  One of assignmentid or processid must be specified.

Type: guid

No

timespan

The timespan in .NET format to use in the update.  If both date and timespan are specified, the date argument will be used.

No

Example

The following example will update the process whose identifier is contained in the ProcessId field with the date that is contained in the NewDate field.

  • date - [NewDate]
  • processid - [ProcessId]