mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Fix: ensure only matched scheduled workflows are applied (#9580)
This commit is contained in:
@@ -461,6 +461,7 @@ def check_scheduled_workflows():
|
||||
)
|
||||
continue
|
||||
run_workflows(
|
||||
WorkflowTrigger.WorkflowTriggerType.SCHEDULED,
|
||||
document,
|
||||
trigger_type=WorkflowTrigger.WorkflowTriggerType.SCHEDULED,
|
||||
workflow_to_run=workflow,
|
||||
document=document,
|
||||
)
|
||||
|
Reference in New Issue
Block a user