These values โโare displayed on the page as hidden elements, such as:
<input type="hidden" name="p_flow_id" value="4000" id="pFlowId" /> <input type="hidden" name="p_flow_step_id" value="4150" id="pFlowStepId" /> <input type="hidden" name="p_instance" value="6528421540413702" id="pInstance" />
so that you can refer to them as:
$v('pFlowId') // APP_ID $v('pFlowStepId') // APP_PAGE_ID $v('pInstance') // SESSION
Too bad they are not named the same as the state of the session!
Tony Andrews
source share