Interval (in minutes) after which a draft request should be processed

A draft request implies to an emergency access role assignment/revocation request that is created but not yet triggered or completed.

Use the ApprovalProcessSettings.xml file to specify the time interval (in minutes) after which a request should be processed.

To configure the xml setting:

XML file name and path [InstallPath]\Settings\ApprovalProcessSettings.xml
Tag <configuration>
Node <draftinterval>10</draftinterval>
Configuration setting Specify the required time interval in the above node. For example, if you specify the value 20 minutes, these scenarios may arise:
  • The draft request is processed 20 minutes after the request is created. This will happen if this is the first processing cycle.
  • In subsequent processing cycles, the draft request is processed 20 minutes after the previous processing.
  • If the services restart within this 20 minutes period, the request is processed 20 minutes after the services restart.
Default By default a draft request is processed after 2 minutes.