Skip to content

Commit 077e3d7

Browse files
authored
Reprocess all is determined by checking the file's last version (#792)
1 parent 425961e commit 077e3d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snippets/quickstarts/platform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import GetStartedSimpleUIOnly from '/snippets/general-shared-text/get-started-si
7575
8. The **Reprocess All** box applies only to blob storage connectors such as the Amazon S3, Azure Blob Storage, and Google Cloud Storage connectors:
7676

7777
- Checking this box reprocesses all documents in the source location on every workflow run.
78-
- Unchecking this box causes only new documents that are added to the source location, or existing documents that are updated in the source location, since the last workflow run to be processed on future runs. Previously processed documents are not processed again. However:
78+
- Unchecking this box causes only new documents that are added to the source location, or existing documents that are updated in the source location (as determined by checking whether the file's version has changed), since the last workflow run to be processed on future runs. Previously processed documents are not processed again. However:
7979

8080
- Even if this box is unchecked, a renamed file is always treated as a new file, regardless of whether the file's original contents have changed.
8181
- Even if this box is unchecked, a file that is removed but is added back later with the same file name is processed on future runs only if the file's contents have changed since the file was originally processed.

ui/workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To create an automatic workflow:
5151
8. The **Reprocess All** box applies only to blob storage connectors such as the Amazon S3, Azure Blob Storage, and Google Cloud Storage connectors:
5252

5353
- Checking this box reprocesses all documents in the source location on every workflow run.
54-
- Unchecking this box causes only new documents that are added to the source location, or existing documents that are updated in the source location, since the last workflow run to be processed on future runs. Previously processed documents are not processed again. However:
54+
- Unchecking this box causes only new documents that are added to the source location, or existing documents that are updated in the source location (as determined by checking whether the file's version has changed), since the last workflow run to be processed on future runs. Previously processed documents are not processed again. However:
5555

5656
- Even if this box is unchecked, a renamed file is always treated as a new file, regardless of whether the file's original contents have changed.
5757
- Even if this box is unchecked, a file that is removed but is added back later with the same file name is processed on future runs only if the file's contents have changed since the file was originally processed.
@@ -148,7 +148,7 @@ If you did not previously set the workflow to run on a schedule, you can [run th
148148
The **Reprocess All Files** box applies only to blob storage connectors such as the Amazon S3, Azure Blob Storage, and Google Cloud Storage connectors:
149149

150150
- Checking this box reprocesses all documents in the source location on every workflow run.
151-
- Unchecking this box causes only new documents that are added to the source locations, or existing documents that are updated in the source location, since the last workflow run to be processed on future runs. Previously processed documents are not processed again. However:
151+
- Unchecking this box causes only new documents that are added to the source locations, or existing documents that are updated in the source location (as determined by checking whether the file's version has changed), since the last workflow run to be processed on future runs. Previously processed documents are not processed again. However:
152152

153153
- Even if this box is unchecked, a renamed file is always treated as a new file, regardless of whether the file's original contents have changed.
154154
- Even if this box is unchecked, a file that is removed but is added back later with the same file name is processed on future runs only if the file's contents have changed since the file was originally processed.

0 commit comments

Comments
 (0)