Home > Workflows > Using Workflows > Import and Export Workflows > Deploying Workflows > Object Generation Scripts > Script Variable Definitions
The scripts have variable definitions that provide object names for the public objects created by the scripts. The Master Script is responsible for invoking all the underlying scripts in order, so all variable definitions must be defined in the Master Script.
The following variables are supported:
DIRECTORY
allows you to specify the directory where the scripts are located. This is a requirement for integrating the generated script easily using Oracle Enterprise Manager Jobs. By default this variable is blank.
Object Types allows you to change the name of the object names that are input to the scripts, such as tables/views and models. By default, these names are the original table/view and model names.
The following object types can be named using these definitions:
Models referenced in Build Nodes on in a Model Node
Tables referenced in Create Table or Update Table Nodes
Certain objects are created by the script but hidden from the user. These objects have internally generated names that are unknown to the user. The underlying objects are accessible either by an associated Data Miner Node that is used to extract the information, or by being a natural output of the node, such as a data flow. The output of these nodes must be persisted with a Create Table or View node or an Update Table node. The workflow master table stores the name of all the objects that are persisted by the scripts. Therefore, you can still access all objects created, even if they are not documented for use.
The objects hidden from the user are:
Build Text and Text Reference are text node objects; they are not accessible at this time.
Classification/Regression Build and Test Node for Classification/Regression generate test result objects. These objects are accessible using the Via the Test Details Node, a SQL Developer 3.2 Node.
Column Filter Attribute Importance Ranking is accessible using the Column Filter Details Node.
GLM Row Diagnostics for GLM Classification or GLM Regression model builds are available from the Model Details node.
Explore Data Statistics are accessible as data output flow from the Explore Data node.