Help Center>Foundation Help

 

Update Due Date plug-in properties

The Update Due Date plug-in updates the due dates of a running process or assignments within the process.

Value Pair

Description

assignmentid

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

date

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

processid

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

timespan

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

Examples

The following example shows how to update the process whose identifier is contained in the SharePoint field ProcessId with the date that is contained in the NewDate field.

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

The following example shows how to update the due date of current running process to 20 days later .

Processid – [$Process.Id]

Timespan - 20.00:00:00