diff --git a/src/reference/defining-flows.xml b/src/reference/defining-flows.xml index 09978256..4f24523e 100644 --- a/src/reference/defining-flows.xml +++ b/src/reference/defining-flows.xml @@ -487,7 +487,12 @@ public interface FlowOutcome { Mapping subflow output - 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. + + + The subflow can also create output attributes to which the calling flow can refer + within an outcome transition as follows: