Skip to content

Commit f705598

Browse files
authored
Correct and clarify Reprocess All checkbox behavior (#601)
1 parent d5af7c3 commit f705598

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

snippets/quickstarts/platform.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ import GetStartedSimpleUIOnly from '/snippets/general-shared-text/get-started-si
6464
8. The **Reprocess All** box applies only to blob storage connectors such as the Amazon S3, Azure Blob Storage, and Google Cloud Storage connectors:
6565

6666
- Checking this box reprocesses all documents in the source location on every workflow run.
67-
- Unchecking this box causes new documents that have been added to the source location, as well as existing documents in the source location that have had their contents or titles changed, since the last workflow run to be processed on future runs. Other previously processed documents are not processed again.
68-
67+
- 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:
68+
69+
- 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.
70+
- 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.
71+
6972
9. Click **Continue**.
7073
10. If you want this workflow to run on a schedule, in the **Repeat Run** dropdown list, select one of the scheduling options, and fill in the scheduling settings. Otherwise, select **Don't repeat**.
7174
11. Click **Complete**.

ui/workflows.mdx

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

4949
- Checking this box reprocesses all documents in the source location on every workflow run.
50-
- Unchecking this box causes only new documents that are added to the source location since the last workflow run to be processed on future runs. Previously processed documents are not processed again, even if those documents' contents change.
50+
- 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:
51+
52+
- 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.
53+
- 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.
5154

5255
9. Click **Continue**.
5356
10. If you want this workflow to run on a schedule, in the **Repeat Run** dropdown list, select one of the scheduling options, and fill in the scheduling settings. Otherwise, select **Don't repeat**.
@@ -136,10 +139,13 @@ If you did not previously set the workflow to run on a schedule, you can [run th
136139
6. If you want this workflow to run on a schedule, click the **Schedule** button. In the **Repeat Run** dropdown list, select one of the scheduling options, and fill in the scheduling settings.
137140
7. To overwrite any previously processed files, or to retry any documents that fail to process, click the **Settings** button, and check either or both of the boxes.
138141

139-
The **Reprocess All** box applies only to blob storage connectors such as the Amazon S3, Azure Blob Storage, and Google Cloud Storage connectors:
142+
The **Reprocess All Files** box applies only to blob storage connectors such as the Amazon S3, Azure Blob Storage, and Google Cloud Storage connectors:
140143

141144
- Checking this box reprocesses all documents in the source location on every workflow run.
142-
- Unchecking this box causes new documents that have been added to the source location, as well as existing documents in the source location that have had their contents or titles changed, since the last workflow run to be processed on future runs. Other previously processed documents are not processed again.
145+
- 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:
146+
147+
- 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.
148+
- 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.
143149

144150
8. The workflow begins with the following layout:
145151

0 commit comments

Comments
 (0)