ScheduledOperation
Represents scheduled operations that link a specific operation to a schedule, defining when and how the operation is executed.
Columns
| Name | Type | ReadOnly | Description |
| description | String | False |
The description of this scheduled operation. |
| href | String | True |
The URL of the scheduled operation resource. |
| id | String | False |
The unique identifier of the scheduled operation record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the scheduled operation record. |
| operationKey | Int | False |
The system-assigned key of the operation associated with this scheduled operation. |
| operation_Id | String | False |
The Id of the operation associated with this scheduled operation. |
| operation_Key | String | False |
The system-assigned key of the operation associated with this scheduled operation. |
| scheduleKey | Int | False |
The system-assigned key of the schedule associated with this scheduled operation. |
| schedule_Id | String | False |
The Id of the schedule associated with this scheduled operation. |
| schedule_Key | String | False |
The system-assigned key of the schedule associated with this scheduled operation. |
| schedule_NextScheduledDate | Date | False |
The next scheduled execution date of the schedule associated with this scheduled operation. |
| status | String | False |
The current status of the scheduled operation, such as active or inactive. |
| userinfo | String | False |
The user information associated with this scheduled operation. |