ActiveTasks
Maintains records of currently active tasks within the system. This table tracks user activities, pending operations, and workflow progress to support task management, workload distribution, and process automation.
Workday Resource Information
Secured by: System Monitor Administrator, System Monitor Support
Scope: System, System Health Dashboard, Tenant Non-Configurable
Columns
| Name | Type | Description |
| Account_Descriptor | String | The display name of the instance |
| Account_Href | String | A direct link to the account instance associated with the active task. This link provides programmatic access to retrieve detailed information about the account. |
| Account_Id | String | The unique identifier (Id) for the account associated with the active task. This Id ensures accurate tracking of task ownership and execution permissions. |
| BytesAllocated | Decimal | The amount of memory allocated for the task in mebibytes (MiB). This value represents the memory consumption of the task during execution. |
| CpuTimeMillis | Decimal | The amount of time, in milliseconds, that the CPU has spent processing the task. This value provides insight into the computational load of the task. |
| InstancesAccessed | Decimal | The total count of all instances that have been traversed or accessed to process the task. This value helps assess the scope of data processing. |
| Origin | String | The name of the service that launched the task. This value identifies the origin of task execution within the system. |
| QueueMillis | Decimal | The total duration, in milliseconds, that the task has spent waiting in the queue before execution. This value indicates system load and task prioritization. |
| QueueName | String | The name of the queue that is currently processing the task. This value helps track task execution paths and workload distribution. |
| QueuedSubtaskCount | Decimal | The total count of queued subtasks, including self-executing and child processes, within this sample. This value provides insight into the level of parallel execution. |
| RunningSubtaskCount | Decimal | The total count of running subtasks, including self-executing and child processes, within this sample. This value helps monitor the real-time execution load. |
| StartTime | Datetime | The timestamp indicating when the task started execution. This timestamp is used for tracking and performance analysis. |
| Status | String | The current status of the task, which is either 'queued' or 'running.' This value provides insight into the task's progress in the execution pipeline. |
| TaskDurationMillis | Decimal | The total duration, in milliseconds, that the task has spent both queued and running. This value provides an overall measure of task lifecycle time. |
| Task_Descriptor | String | The display name of the instance |
| Task_Href | String | A direct link to the task instance. This link provides programmatic access to retrieve detailed information about the task. |
| Task_Id | String | The unique Id for the task instance. This Id ensures accurate tracking of active tasks within the system. |