This commit is contained in:
Keith Donald
2008-04-08 08:13:21 +00:00
parent 83b7932d61
commit b1168e4fbf
2 changed files with 12 additions and 5 deletions

View File

@@ -359,7 +359,11 @@ public interface FlowOutcome {
<end-state id="bookingCancelled" />
</flow>
</programlisting>
</programlisting>
<para>
The flow now accepts a <code>hotelId</code> input attribute and returns a <code>bookingId</code> output attribute
when a new booking is confirmed.
</para>
</sect2>
</sect1>
<sect1 id="flow-variables">
@@ -473,7 +477,10 @@ public interface FlowOutcome {
&lt;end-state id="bookingCancelled" /&gt;
&lt;/flow&gt;
</programlisting>
</programlisting>
<para>
The flow now calls a <code>createGuest</code> subflow to add a new guest to the guest list.
</para>
</sect2>
</sect1>
</chapter>