Skip to content

A very sample template to embed flow in a visualforce page using aura dependency to externally and internally expose the screen flow.

License

Notifications You must be signed in to change notification settings

eehjunggnujhee/FlowInVF_LightningRuntime

Repository files navigation

Host Flow in a Visualforce page with Aura Component Dependency

Requirements

  • My Domain Enabled
  • One Aura Application
  • One Visualforce page
  • One Screen Flow

| optional |

  • Has a Community Site (or)
  • Digial Experienc Enabled
  • Have at least one published site to test

To Customize

  1. Have your screen flow ready and activated (Your flow should not have required input parameters to start the interview; this template is not built to supoprt it. ex. I need to start the flow interview with a list of selected records from the page)

  2. flowVF LINE 22: Replace the Aura Application name c:<name> to yours if it has a different name.

  3. flowVF LINE 31: Replace the flow API name to your target flow.

  4. Provide access to the flowVF page for relevant community user profiles.

  5. Link or embed your flowVF page to your community or experience site

This is a very very rough template

FlowInVfF

Resource

Salesforce Documentation : Render Lightning Runtime for Flows in a Visualforce Page

About

A very sample template to embed flow in a visualforce page using aura dependency to externally and internally expose the screen flow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published