Definition Tab

The Definition tab of the Job or Workflow Definition editing screen includes the following controls.

Name Description
Partition The Partition to which this Definition belongs.
Name The name of the Definition. Names must be unique.
Description An optional description for the Definition. If you specify a description, that is what will display in the user interface.
Folder The Folder to which the Job or Workflow Definition belongs. Specifying a Folder is a Redwood best practice.
Type The type of script to be used in the Source field. See Available Script Types.
Run As User The user as which the code will be executed. See Run As User.
Library If you are creating a RedwoodScriptJob Definition, you have the option of selecting a user-defined Library. For more information, see Using Libraries.
Source

If you are creating a Job Definition that requires code, enter the code in the Source field. If you are creating a RedwoodScript Job Definition, this field must contain at least an empty script: {}.

To expand the Source field and have better access to the Variables and Parameters lists, click .

Note: A RedwoodScript Job Definition requires the Source field to contain at least an empty script: {}. For other Job Definition Types, such as the SAPR3 type, the Source field is not editable. Some Job Definition Types require a specific license key to allow editing the Source field. For more information, see Editing the Job Definition Source.

Note: The following Definition Types do not allow you to edit the Source script: JobChain, SAPPI, SAPR3, and System.

Variables A list of variables that you can insert in the Source field. To insert a variable reference, click its underlined name.
Parameters A list of Parameter names (see Parameters Tab). To insert a Parameter reference, click its underlined name.