concurrent.RejectedExecutionException

2
error occurring in our application is: com.mendix.core.CoreRuntimeException: java.util.concurrent.RejectedExecutionException How can we prevent this from happening? My understanding is that too many threads have been instantiated? When you exceed the maximum you get a RejectedExecutionException Seems to occur on the change / commit object action within a microflow.
asked
0 answers