You are viewing limited content. For full access, please sign in.

Question

Question

Tasks loaded on forms

asked on March 31, 2020

A couple thousand forms were submitted, is it possible to change the amount of instances loaded just as seen in the image attached? 

forms.jpeg
forms.jpeg (23.89 KB)
0 0

Replies

replied on April 1, 2020 Show version history

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=

0 0
replied on April 1, 2020

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.

0 0
replied on April 1, 2020

It doesn't look like it, unfortunately. You can search them, but that's about it as far as I can tell.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.