Associating an action date for a process or signature
Applications can override the Process Due interval by directly passing the desired Process Due Date as a parameter of the New-Details command. For more information, see Process-commands.
The action dates for processes and signatures are stored in the following fields:
- Process Due Date (ID 11000) on AP:Detail
- Signature Due Date (ID 12000) on AP:Signature
When working with notifications and escalations, make sure to enable the appropriate notification and escalation types on AP:Admin-ServerSettings.
How the action date for a Parent-Child or Level process is calculated
When the first signature is created for a request, the Process Due Date is either derived from the Process Due period defined on AP:Process Definition, or set to the value sent by the application through New-Details. If the application specifies the Process Due Date value, the value in the Process Due field is ignored.
If Enable Preview is set to Yes, the total number of approvals in the process is calculated by fetching the future approvers with the help of the Preview feature. The effective Signature Due period is calculated as follows:
This value is then compared with the one specified in the Signature Due field, and the minimum of the two is used.
If no value is entered in the Signature Due field, the derived signatureDue is used for further computation.
The action date for a signature is calculated as follows:
Automatic Action interval-Buffer Period,
Escalation interval-Buffer Period)
For more information, see Creating-signature-escalations-in-a-process.
How the action date for an Ad Hoc process is calculated
When the first signature is created for a request, the Process Due Date is either derived from the Process Due period defined on AP:Process Definition, or set to the value sent by the application through New-Details. If the application specifies the Process Due Date value, the value in the Process Due field is ignored.
The value of Enable Preview is ignored because the ad hoc nature of the process makes it impossible to identify the future approvers.
The action date for a signature is calculated as follows:
Process Due date-Buffer Period,
Automatic Action interval-Buffer Period,
Escalation interval-Buffer Period)
For more information, see Creating-signature-escalations-in-a-process.