mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Enhancement: support negative offset in scheduled workflows (#9746)
This commit is contained in:
parent
73f0f1212d
commit
344cc70cd5
7 changed files with 227 additions and 97 deletions
|
|
@ -406,7 +406,8 @@ Currently, there are three events that correspond to workflow trigger 'types':
|
|||
3. **Document Updated**: when a document is updated. Similar to 'added' events, triggers can include filtering by content matching,
|
||||
tags, doc type, or correspondent.
|
||||
4. **Scheduled**: a scheduled trigger that can be used to run workflows at a specific time. The date used can be either the document
|
||||
added, created, updated date or you can specify a (date) custom field. You can also specify a day offset from the date.
|
||||
added, created, updated date or you can specify a (date) custom field. You can also specify a day offset from the date (positive
|
||||
offsets will trigger before the date, negative offsets will trigger after).
|
||||
|
||||
The following flow diagram illustrates the three document trigger types:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue