From b90d1f8321ae00c5679e05da8361ee3cf7aec415 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:51:07 -0800 Subject: [PATCH] Docs --- docs/usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 8f22ec3eb..7a93e16bc 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -331,8 +331,10 @@ Currently, there are three events that correspond to workflow trigger 'types': be used for filtering. 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. -The following flow diagram illustrates the three trigger types: +The following flow diagram illustrates the three document trigger types: ```mermaid flowchart TD