Hello ,
The default limit for MNI is 1000 , and it can be updated by Admin till 150,000 instances - This is mentioned in Documentation .
In recent release are there any changes to these numbers for MNI .
TIA
Discussion posts and replies are publicly visible
For what purpose? Just enable "delete previously completed/canceled instances" in the node execution options and will never hit that limit.
https://docs.appian.com/suite/help/24.2/Process_Node_and_Smart_Service_Properties.html#execution-options
Purpose - Some peer told me that the default number for MNI has been changed from 1000 , But I could not find anything which says this has been updated as part of Quarterly release . So thought of asking here
You can repeat an activity up to 1,000 times using MNI in a process, unless it's working on a subprocess. If you need more than 1,000 repetitions, the server administrator can increase the limit. This behavior is controlled by a setting called `MAX_NODE_INSTANCES` in the `custom.properties` file. By default, this limit is 1,000, but it can be raised to a maximum of 150,000.
You can increase the limit, but the limit is set to a default data for a reason - most scenarios should not require running a node more than 1000 times. If you find yourself in a scenario where you feel like you need to increase the limit, I'd suggest looking at other design paradigms and only raising the limit as a last resort.