Hello,
I have a cancel button which should bring the user back to the start page. The Cancel button is in a flow createXYZ.xml the start page is a view-state in the flow start.xml how can I link from one flow to another.
Start:
<view-state id="start" view="start">
</view-state>
Cancel Button:
<view-state id="createXYZ" view="createXYZ">
<transition on="cancel" to=" ? ">
</transition>
</view-state>