Skip to content

Commit 7339e9a

Browse files
authored
Update control-flow-until-activity.md
Made updates for clarity
1 parent 757c256 commit 7339e9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/data-factory/control-flow-until-activity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ To use an Until activity in a pipeline, complete the following steps:
2929

3030
:::image type="content" source="media/control-flow-until-activity/dynamic-content-to-check-variable-value.png" alt-text="Shows the  Add dynamic content  pane with an expression to check a variable for a defined value.":::
3131

32-
2. Define activities that the Until activity executes by selecting the Edit Activities button on the Until activity directly, or by selecting the Activities tab to select it there. A new activities editor pane is displayed where you can add any activities for the Until activity to execute. In this example, a Set Variable activity simply sets the value of the variable referenced in the aforementioned expression to ['done'], so the Until activity's expression will be true the first time it's executed, and the Until activity will stop. In your real-world use, you can check any conditions required and the Until activity will continue to execute its child activities each time the expression is evaluated, until the conditions are met. If you iterate over multiple activities, there is potential delay in exiting the loop because of aggregation and cleanup work performed by the pipeline.
32+
2. Define activities that the Until activity executes by selecting the Edit Activities button on the Until activity directly, or by selecting the Activities tab to select it there. A new activities editor pane is displayed where you can add any activities for the Until activity to execute. In this example, a Set Variable activity sets the value of the referenced variable to 'done'. So the Until activity's expression will be true the first time it's executed, and then the Until activity will stop.
33+
You can use similar variables to check any conditions. The Until activity executes its child activities each time the expression is evaluated, until the conditions are met. If you iterate over multiple activities, there's potential delay in exiting the loop because of aggregation and cleanup work performed by the pipeline.
3334

3435

3536
:::image type="content" source="media/control-flow-until-activity/child-activities-editor.png" alt-text="Shows the activities editor for an Until activity with a Set Variable activity defined.":::
@@ -259,7 +260,7 @@ The pipeline sets the **folderPath** to the value of either **outputPath1** or *
259260

260261
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
261262

262-
These commands assume that you have saved the JSON files into the folder: C:\ADF.
263+
These commands assume that you saved the JSON files into the folder: C:\ADF.
263264

264265
```powershell
265266
Connect-AzAccount

0 commit comments

Comments
 (0)