deploymentsAction
Stores actions taken during deployments, used for tracking progress, execution steps, and managing the deployment lifecycle.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the deployment. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is currently active. | |
| istask | String | The type of task associated with the deployment, describing the specific action or process. | |
| loglevel | String | The level of logging detail for the deployment, such as 'Info', 'Warning', or 'Error'. | |
| oldrecordtype | String | The previous record type before the deployment, used to track changes to record structures. | |
| owner | String | The individual or system responsible for managing and overseeing the deployment. | |
| primarykey | String | The primary key that uniquely identifies the record within the deployment context. | |
| recordtype | String | The type of record that the deployment applies to, used to categorize and filter relevant records. | |
| scriptid | String | The identifier for the script associated with the deployment, used for automation and execution. | |
| seqnum | Double | The sequence number for the deployment, indicating its order in a series of deployments or tasks. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', or 'Completed'. |