Skip to content

Add processStatus and processingLog fields to Document schema #6180

@paulo-rossy

Description

@paulo-rossy

Hello team!

I would like to request adding two extra fields to the Document schema.
In my project, documents are processed for an AI assistant, and the operation can take some time. To display the current status and any errors to users, please add:

  1. processStatus — a string field with the values

    • "processing" — document is being processed;
    • "error" — an error occurred;
    • "processed" — processing finished successfully.
  2. processingLog — a string (or text) field to store error details (e.g., “invalid file type”).

These fields will help show progress and diagnose processing failures.

Note: The field names and the list of possible values are provided as examples—they can be changed if needed.

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions