Skip to content

Commit 34c0dac

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#86469
Point 3 in explanation updated which explains of how actually Until works. Below is the updated version of it. "If the expression evaluates to false, the Until activity will execute all its child activities again. When it evaluates to true, the Until activity will complete."
1 parent f9a7435 commit 34c0dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use an Until activity in a pipeline, complete the following steps:
2626

2727
:::image type="content" source="media/control-flow-until-activity/until-activity.png" alt-text="Shows the Settings tab of the Until activity in the pipeline canvas.":::
2828

29-
1. Enter an expression that will be evaluated after all child activities defined in the Until activity are executed. If the expression evaluates to true, the Until activity will execute all its child activities again. When it evaluates to false, the Until activity will complete. The expression can be a literal string expression, or any combination of dynamic [expressions, functions](control-flow-expression-language-functions.md), [system variables](control-flow-system-variables.md), or [outputs from other activities](how-to-expression-language-functions.md#examples-of-using-parameters-in-expressions). The example below checks the value of a previously defined pipeline array variable called TestVariable to see if it evaluates to ['done'].
29+
1. Enter an expression that will be evaluated after all child activities defined in the Until activity are executed. If the expression evaluates to false, the Until activity will execute all its child activities again. When it evaluates to true, the Until activity will complete. The expression can be a literal string expression, or any combination of dynamic [expressions, functions](control-flow-expression-language-functions.md), [system variables](control-flow-system-variables.md), or [outputs from other activities](how-to-expression-language-functions.md#examples-of-using-parameters-in-expressions). The example below checks the value of a previously defined pipeline array variable called TestVariable to see if it evaluates to ['done'].
3030

3131
:::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.":::
3232

0 commit comments

Comments
 (0)