From Bright Pattern Documentation
Jump to: navigation, search
m
(Updated via BpDeleteTranslateTags script)
Line 1: Line 1:
<translate>= Start Another Scenario=
+
= Start Another Scenario=
 
The Start Another Scenario block starts the specified scenario from within the given (parent) scenario. Variables defined in the parent scenario carry over to the sub scenario. After the sub scenario finishes executing, control returns to the parent scenario (except when terminated by error or disconnect). The parent scenario will resume by executing the next block in the flowchart.
 
The Start Another Scenario block starts the specified scenario from within the given (parent) scenario. Variables defined in the parent scenario carry over to the sub scenario. After the sub scenario finishes executing, control returns to the parent scenario (except when terminated by error or disconnect). The parent scenario will resume by executing the next block in the flowchart.
  
Line 13: Line 13:
  
 
The label of the block in the flowchart will display ''Start Another Scenario “[scenario name]”.'' In the scenario shown, you can see that the Start Another Scenario block is used if the call is disconnected.
 
The label of the block in the flowchart will display ''Start Another Scenario “[scenario name]”.'' In the scenario shown, you can see that the Start Another Scenario block is used if the call is disconnected.
 
 
 
</translate>
 

Revision as of 04:03, 29 May 2024

• 5.19 • 5.3 • 5.8

Start Another Scenario

The Start Another Scenario block starts the specified scenario from within the given (parent) scenario. Variables defined in the parent scenario carry over to the sub scenario. After the sub scenario finishes executing, control returns to the parent scenario (except when terminated by error or disconnect). The parent scenario will resume by executing the next block in the flowchart.


Scenario Builder Start Another Scenario block settings


To configure the block:

  • Select the desired sub scenario in the drop-down list.
  • Start typing the desired sub scenario name in the search box to automatically bring up a list of matching scenarios.


The label of the block in the flowchart will display Start Another Scenario “[scenario name]”. In the scenario shown, you can see that the Start Another Scenario block is used if the call is disconnected.

< Previous | Next >