Modify Workflow Approval Task Limit¶
By default, in the Admin Portal(https://<APIM_HOME>/repository/deployment/server/jaggeryapps/admin/site/public/conf/settings.js
file.
Steps to Modify Workflow Approval Task Limit¶
-
Navigate to the configuration file:
- Go to the
<APIM_HOME>/repository/deployment/server/jaggeryapps/admin/site/public/conf/
directory. - Open the
settings.js
file in a text editor.
- Go to the
-
Locate the workflows configuration:
- Find the section in the
settings.js
file where theworkflows
object is defined.
- Find the section in the
-
Update the limit parameter:
- Modify the
limit
parameter 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.js
file after making the changes.
- Save the
-
Restart the server:
- Restart the APIM server to apply the changes.