Hi All,
can use MNI configuration for start process smart service. As we have an advantage of process will start different or same engine based on the load and memory consumption will not be much .
Bcoz, we have design where we need start more than 1000 process instances ?
will it allow iterate more than 1000 atleast incase of start process smart service -since memory issue will handled by loading into different engine?
Discussion posts and replies are publicly visible
As Chris said, the question you need to ask yourself is not "How can we make over 1000 processes?" The question you need to ask yourself is rather, "How can I do what I want without creating over 1000 processes?" Why? Too many processes are bad. That's why Appian limits to 1000. That's also why, if I remember rightly, Appian won't allow you to run an a!startProcessLink with an a!forEach to let you spawn a million of them.
Using Start Process Smart Service lets the Appian decide to start the process on a different engine depending on the memory availability. Having multiple process instances is not bad, it completely depends on the use case. However, it is always advisable to optimize the solution.
P.S. a!startProcessLink creates a link to start a process, does not start it by itself.