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 / UNDEPLOYED) |
| deployed_time | Date time that the process is deployed. |
| undeploy_start_time | Date time that the process undeploy action is triggered. |
| undeployed_time | Date time that the process undeploy action is completed. |
| active_millis | Total time the process template is deployed for in milliseconds. |
| app_id | Unique ID of the deployed application from which this template appears. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
