You can change the default duration for the critical path
used by the Critical Path Management tool in Process Portal by
updating the 100Custom.xml configuration file.
About this task
The following code snippet in the
PROFILE_HOME\config\cells\cell_name\nodes\node_name\servers\server_name\process-server\config\system\99Local.xml configuration
file defines the default duration for the critical path. By default,
it is two days.
<critical-path>
<default-duedate-increment-amount>2</default-duedate-increment-amount>
<!-- Must be either 1, 2, 3 or 4 (1=Months, 2=Days, 3=Hours, 4=Minutes) -->
<default-duedate-increment-type>2</default-duedate-increment-type>
</critical-path>
If you want to change the
default duration, make the change in the
PROFILE_HOME\config\cells\cell_name\nodes\node_name\servers\server_name\process-server\config\100Custom.xml configuration
file.
Important: Make all required modifications to the 100Custom.xml file.
Do not edit the 99Local.xml file.