No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Render Flows with Visualforce
The standard user interface for running a flow can’t
be customized by using Visual Workflow. However, once you embed a flow in a Visualforce page, you can use Apex code and Visualforce markup to configure the flow at runtime—such as to pass values
between the Visualforce page and the flow or to customize the look and feel of the flow
at runtime.
A flow is an application, built with Visual Workflow, that collects, updates, edits, and creates Salesforce information.
The following topics demonstrate how to embed and configure flows in a Visualforce page.