typo in subflow checkpoint example

This commit is contained in:
Keith Donald
2008-04-14 12:00:09 +00:00
parent 7097a749c6
commit 6389b888bd

View File

@@ -469,7 +469,7 @@ public interface FlowOutcome {
<subflow-state id="addGuest" subflow="createGuest">
<transition on="guestCreated" to="reviewBooking">
<evaluate expression="booking.guests.add(guest)"/>
<evaluate expression="booking.guests.add(currentEvent.guest)"/>
</transition>
<transition on="creationCancelled" to="reviewBooking" />
</subfow-state>