This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page Controller="FlowRedirectController"> | |
<flow:interview name="RedirectFlow" interview="{!redirectTo}" finishLocation="{!finishLocation}" > | |
<!-- This Parameter is *required!* --> | |
<apex:param name="StartFlow" value="YOUR_FLOW_NAME_HERE" /> | |
<!-- | |
Any Params you need to pass into your flow. | |
<apex:param name="CaseId" value="{!CaseId}"/> | |
--> | |
</flow:interview> | |
</apex:page> |