I have a simple form with a save and complete button which makes an update to a list which initiates a workflow. When the form closes, I want the view on the list to show the resulting list updates of the workflow, but the workflow doesn't finish before the user returns to the list view. Reloading the page manually then shows the updates.
Is there a way to hold the form open until the WF is finished or similar?