viewflow: How can I disable long embeded list of data on default frontend screens?

36 views Asked by At

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

1

There are 1 answers

0
kmmbvnr On

You can override viewflow/process_data.html or [app_name]/[flow_name]/process_data.html for the specific flow, ex - https://github.com/viewflow/viewflow/blob/master/demo/shipment/templates/shipment/shipment/process_data.html