I have a form that I've been working on (in a testing stage). It has several tables that are updated from a database. I'm loading the data into the tables from Workflow, and this is working very well.
The process in Forms causes the form to check Workflow for new records in the database and then reassign the form back to the user - multiple times during the month. At the end of the month, the process is completed and finalized.
Potentially, this process could result in the Workflow that checks the database and re-populates the tables in the forms to run dozens and dozens of times during the month.
Will all this extra history in the instance cause the forms to load slowly or have any other issues? I don't mind if the administrator side of things is slow (when I look up details on the Monitor page for example) - I just want to make sure that the end users don't have to wait a very long time each time they load the form, just because it's trying to process something with all this extra history.