TaskState
org.sagebionetworks.repo.model.curation.TaskState
The state of a curation task in its lifecycle.
Enumeration
| name | description |
|---|---|
| NOT_STARTED | The task has been created and assigned but work has not yet started. |
| IN_PROGRESS | The assignee has actively started the task. |
| EXECUTING | An automated execution (async job) is currently running for this task. |
| IN_REVIEW | The automated execution completed successfully and the results are pending human review. |
| COMPLETED | The task has been completed and verified. |
| CANCELED | The task has been canceled and is no longer needed. |