Enhancement: new Tasks UI (#12614)

This commit is contained in:
shamoon
2026-04-22 17:41:01 -07:00
committed by GitHub
parent ceb67fef4d
commit 55393b258c
11 changed files with 1056 additions and 349 deletions
+2 -3
View File
@@ -45,9 +45,8 @@ export interface PaperlessTask extends ObjectWithId {
date_done?: Date
duration_seconds?: number
wait_time_seconds?: number
input_data: Record<string, unknown>
result_data?: Record<string, unknown>
result_message?: string
input_data: Record<string, any>
result_data?: Record<string, any>
related_document_ids: number[]
acknowledged: boolean
owner?: number