Script Configuration
Every script is characterized by several properties:
Field Description | Field Name |
Script Name. Name of the script context, required to refer to this script from other parts of the system. It should satisfy the context naming conventions. | name |
Script Description. Textual description of the script. This is also a description of the Script context. | description |
Language Type. Type of script programming language. | scriptLanguage |
Script Text. Script source in Java programming language. | text |
R Script Text. Script source in R programming language. | rText |
Python Script Text. Script source in Python programming language. | pythonText |
Launch Automatically Upon Server Startup. Flag that forces server to launch script during startup. | autorun |
These properties may be accessed through the childInfo variable.
Was this page helpful?