object LaborCurrentActivity
Fields
| Field | Type | Description |
|---|---|---|
id | String | Workforce Hero activity identifier. |
started_at | String | Current activity start timestamp in Workforce Hero. |
finished_at | String | Current activity end timestamp in Workforce Hero. |
last_activity_at | String | Timestamp for the last activity update in Workforce Hero. |
job | LaborJobReference | Job for this labor current activity. |
status | String | Current activity status reported by Workforce Hero. |
tags | [String] | Current activity tags reported by Workforce Hero. |
Referenced By
- LaborWorker Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"started_at": "2026-07-09T15:30:00Z",
"finished_at": "2026-07-09T15:30:00Z",
"last_activity_at": "2026-07-09T15:30:00Z",
"job": {id: "TGFib3JKb2JSZWZlcmVuY2U6MTIzNA=="},
"status": "pending",
"tags": ["priority", "vip"]
}