A couple thousand forms were submitted, is it possible to change the amount of instances loaded just as seen in the image attached?
Question
Question
Tasks loaded on forms
Replies
Hi Adeline,
If you change the "Show" at the bottom right of the page, you should see "limitallprocesses=20" in the URL (or whatever number you have for the number showing). If you change this to the desired number (or add "?limitallprocesses=20" if there's nothing) it will show that number of processes. Though if you're loading 5000+, it will likely be very slow.
Examples:
localhost/Forms/Home/ProcessMonitoring#/monitoring/instances/all
becomes
localhost/Forms/Home/ProcessMonitoring#/monitoring/instances/all?limitallprocesses=5000
or
localhost/Forms/Home/ProcessMonitoring#/monitoring/instances/all?filterbyinstancenameorstartedbypartlyallprocesses=&limitallprocesses=20&offsetallprocesses=0&sortallprocesses=date_des&fAllAp=none&fRunningAp=none&fSuspendedAp=none&fTerminatedAp=none&fCanceledAp=none&fCompletedAp=none&fStartedByAp=all&fStartDateAp=all&fStartDateFromAp=&fStartDateToAp=&workerInstancelimit=-1&process=
becomes
localhost/Forms/Home/ProcessMonitoring#/monitoring/instances/all?filterbyinstancenameorstartedbypartlyallprocesses=&limitallprocesses=5000&offsetallprocesses=0&sortallprocesses=date_des&fAllAp=none&fRunningAp=none&fSuspendedAp=none&fTerminatedAp=none&fCanceledAp=none&fCompletedAp=none&fStartedByAp=all&fStartDateAp=all&fStartDateFromAp=&fStartDateToAp=&workerInstancelimit=-1&process=
Good morning! Thank you very much for that information!!
I was wondering if it was possible to do the same when we go to Inbox>Unassigned tasks
That is where we are having one of the major issues as far as overloading our forms.
It doesn't look like it, unfortunately. You can search them, but that's about it as far as I can tell.