Modify Workflow Approval Task Limit¶
By default, in the Admin Portal(https://<APIM_HOME>/repository/deployment/server/webapps/admin/site/public/conf/settings.json file.
Steps to Modify Workflow Approval Task Limit¶
-
Navigate to the configuration file:
- Go to the
<APIM_HOME>/repository/deployment/server/webapps/admin/site/public/conf/directory. - Open the
settings.jsonfile in a text editor.
- Go to the
-
Locate the workflows configuration:
- Find the section in the
settings.jsonfile where theworkflowsobject is defined.
- Find the section in the
-
Update the limit parameter:
- Modify the
limitparameter to a higher value to suite your requirements. For example, to set the limit to 50 tasks, update the file as follows:
workflows: { limit: 50, } - Modify the
-
Save the changes:
- Save the
settings.jsonfile after making the changes.
- Save the
-
Restart the server:
- Restart the APIM server to apply the changes.