Using Process Data as Script Variables

You can use the following business process data in scripts: Parameters (whether they are defined at Package or Process level) and Data fields.

Any of these that are added to the script can be used by the script both in the TIBCO Business Studio interface and at runtime once the process containing the script has been deployed to BPM.

By default, all of a process’s data fields are available in a script. If an interface is used then this will restrict the fields to just those available in the interface.