sc_proc_template
The sc_proc_template table holds information about process templates.
| Column | Description |
|---|---|
| proc_tpl_id | Unique ID of the process template |
| proc_tpl_name | Process template name. |
| module_name | Module name that the process template belongs to. |
| module_version | Version of the module. |
| status | Status of the template. (For example,
DEPLOYED, or
UNDEPLOYED)
|
| deployed_time | Date and time when the process is deployed. |
| undeploy_start_time | Date and time when the process undeployment action is triggered. |
| undeployed_time | Date and time when the process undeployment action is completed. |
| active_millis | Total time for which the process template is deployed in milliseconds. |
| app_id | Unique ID of the deployed application from which this template appears. |