Script design flow

The script design flow describes the steps in creating a script. After you create a launchpoint and write the script, the scripting framework compiles the script, saves the script to the database, and caches the compiled script.

Script design flow

The script runtime flow describes the running of a script. A component you want to customize generates events. The scripting event or callback listener listens to these events. A script is associated to the events. Script runtime flow