Skip to content

Instantly share code, notes, and snippets.

View Opopanax's full-sized avatar

Brian Kwong Opopanax

View GitHub Profile
<apex:page Controller="FlowRedirectController">
<flow:interview name="FLOW_NAME_HERE" interview="{!FlowName}" finishLocation="{!redirectTo}" >
<!--
Any Params you need to pass into your flow.
<apex:param name="CaseId" value="{!CaseId}"/>
-->
</flow:interview>
</apex:page>