Feature: scheduled workflow trigger (#8036)

This commit is contained in:
shamoon 2024-11-24 10:22:31 -08:00 committed by GitHub
parent d5572137de
commit 2b29233a1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 907 additions and 78 deletions

View file

@ -409,6 +409,7 @@ def document_matches_workflow(
elif (
trigger_type == WorkflowTrigger.WorkflowTriggerType.DOCUMENT_ADDED
or trigger_type == WorkflowTrigger.WorkflowTriggerType.DOCUMENT_UPDATED
or trigger_type == WorkflowTrigger.WorkflowTriggerType.SCHEDULED
):
trigger_matched, reason = existing_document_matches_workflow(
document,