DocumentExtractorDocumentStatuses
View detailing the status of documents as they progress through extraction workflows, including stages like queued, processing, completed, or failed.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the document status record within the extractor system. This value is system-generated and used for internal reference and indexing. |
| Name | String | Descriptive name assigned to the document status, used to indicate the current processing or workflow state of a document within the extractor configuration. |
| Status | String | Operational status of the document status record, such as Active, Inactive, or Deprecated. Helps control visibility and usability in processing pipelines. |
| Created_By | String | Username or system identifier of the user who initially created the document status entry. Tracks authorship for auditing and traceability. |
| Created_Date | Datetime | Timestamp indicating when the document status entry was first created in the system. This is used for auditing and change tracking. |
| Last_Modified_By | String | Username or system identifier of the user who most recently updated the document status entry. Tracks responsibility for the latest changes. |
| Last_Modified_Date | Datetime | Timestamp of the most recent modification to the document status entry. Supports version control and temporal analysis of changes. |