TaskStatus
org.sagebionetworks.repo.model.curation.TaskStatus
Tracks the dynamic lifecycle and progress of a CurationTask.
| Field | Type | Description |
|---|---|---|
| taskId | INTEGER | The unique identifier of the associated curation task. |
| state | TaskState | The state of a curation task in its lifecycle. |
| executionDetails | TaskExecutionDetails | An interface for task-specific execution details. The concrete type determines which task-type-specific properties are available. |
| lastUpdatedBy | STRING | The principal ID of the user who last updated the status. |
| lastUpdatedOn | STRING | Timestamp of when the status was last updated. |
| etag | STRING | Optimistic concurrency control token for the task status. |