I'm currently using viewflow frontend for the management part of our workflow and we're getting huge loading times on default views that have started to show just after we started using the system for testing purposes.
Is there a param somewhere I can set so that it doesn't fetch everything?
Here's a picture of what get's rendered in these screens: Side cards showing all of db's data Current process's task view
You can override
viewflow/process_data.htmlor[app_name]/[flow_name]/process_data.htmlfor the specific flow, ex - https://github.com/viewflow/viewflow/blob/master/demo/shipment/templates/shipment/shipment/process_data.html