Process Nodes Overview
Process nodes perform actions, from running an Integrator script, to copying files, or building a cBase or model. Each type of process node performs a specific function.
Each type of process node has a concept of success or failure, depending on what the node does. Based on that success or failure, the process node controls which node is next in the task flow.
| Process Node | Description |
|---|---|
| Build cBase | Runs the Spectre Build application to build a cBase. |
| Build Model | Runs the Builder application to build one or more models. |
| Build Factory | Creates cPlans or cBases per data set as described in a factory or measures script. |
| CacheDT | Computes and caches data to improve sync time for DiveTab applications. |
| Copy | Copies or moves files from one location to another location. |
| Delay | Pauses execution of the branch for a given number of seconds. |
| Delete | Deletes files and directories from the specified location. |
| DIAL | Runs one or more DIAL scripts. |
| Dive | Runs a Dive script that queries a cBase. |
| Sends emails as defined by email templates. |
|
| Execute | Runs one or more command line commands. |
| FTP | Pulls data from or pushes data to a server by using the File Transfer Protocol. |
| Integ | Runs one or more Integrator scripts. |
| Mkdir | Creates one or more directories. |
| Parameter | Defines and sets parameters. |
| PrintDP | Generates DivePort pages in pdf or png formats, with the option to save locally or
email the file. |
| Production | Runs a Production script. |
| Spectre Cache Refresh | Refreshes cached dives on the server. |
| SSH | Pulls data from or pushes data to a server by using Secure Shell protocol (SSH). |
| Trigger | Creates a trigger file that can be picked up or interpreted by other scripts or production
processes. |
| Unzip | Decompresses files from various compressed formats. |
| Zip | Compresses files into various compressed file formats. |