mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix: restore expected pre-2.16 scheduled workflow offset behavior (#10218)
This commit is contained in:
parent
07882b918b
commit
3b069ac034
4 changed files with 72 additions and 26 deletions
|
|
@ -408,7 +408,7 @@ Currently, there are three events that correspond to workflow trigger 'types':
|
|||
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 (positive
|
||||
offsets will trigger before the date, negative offsets will trigger after).
|
||||
offsets will trigger after the date, negative offsets will trigger before).
|
||||
|
||||
The following flow diagram illustrates the three document trigger types:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue