Update reference section on sub-flows

Issue: SWF-1648
This commit is contained in:
Rossen Stoyanchev
2016-06-17 18:09:40 -04:00
parent b8ab19a467
commit bcfae26e6f

View File

@@ -487,7 +487,12 @@ public interface FlowOutcome {
<sect3 xml:id="subflow-state-element-output">
<title>Mapping subflow output</title>
<para>
Simply refer to a subflow output attribute by its name within a outcome transition:
When a subflow completes, its end-state id is returned to the calling flow as
the event to use to continue navigation.
</para>
<para>
The subflow can also create output attributes to which the calling flow can refer
within an outcome transition as follows:
</para>
<programlisting language="xml"><![CDATA[
<transition on="guestCreated" to="reviewBooking">