By default, only one branch of a fork has to succeed for the scenario to progress to the next element. Take a look at the following example:

This diagram described in surrounding text

Any visitor who passes through the Logs In element enters both branches of the fork. If he or she then visits either page, the system applies the next element in the scenario. It does not wait for the person to visit the other page before continuing.

In some situations, however, you might want to restrict the system from progressing beyond the fork until the elements on every branch have occurred. In the following example, a person must visit both pages before the system progresses to the next element:

This diagram described in surrounding text

Note that the positioning of the Visits elements in a fork rather than in a single line means that the person can visit the pages in either order.

To force the system to wait for all elements in all branches of a fork to occur before progressing, do the following:

The system displays a blue circle at the right side of the Fork element to show that all elements in the fork must occur.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices