Script flow

Script flow defines the order in which script panels execute. Scripts can move in a straight line from start to finish, or branch into several possible processing flows.

Condition statements that must evaluate to true before certain scripts can execute, control more complex script flows. If none of the specified conditions evaluates to true, the script flow is considered complete, and control passes back to the calling application.

Related concepts

Scripting
Scripting processing flow
Diagramming the script flow