function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jaymin Sutarwala 7Jaymin Sutarwala 7 

Pause visual workflow embedded in Visualforce Page

Hi all,
We have a flow which is embedded in a visualforce page. The visualforce page allows the user to attach documents from the flow screen and will be rendered only during the end.
User-added image

We want to add pause functionality to the flow and for that I added the pause button on the flow. When I click the pause button it will pause the flow. When I try to resume the paused flow from my Home page; the visualforce page is not rendered only the flow screen is rendered. I would like to have the VF page display below the flow screeen like it was before the flow was paused. Any idea how to fix it?

User-added image
James LoghryJames Loghry
Try to mimmick the following example and see if it helps: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_flows_pausedid.htm