The first topic in the following example shows the implementation of a simple guide embedded within the guide discussed in the second topic. The actions performed by these guides are:
Create a
Screen Step
that is just a placeholder so that the example does not immediately jump into the embedded guide. (This is done for this example, A guide could jump directly into an embedded guide.)
Execute the embedded guide, passing it a number.
Within the embedded guide, enter data.
A
Data Decision Step
routes the guide to an
End/Milestone Step
based on the passed in number.
The embedding guide displays the values entered in Step 3.