Skip to content

Commit d4b4bf0

Browse files
committed
Update monitor-visually.md
1 parent c3ce7ea commit d4b4bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/monitor-visually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ After you create the user properties, you can monitor them in the monitoring lis
102102
- `Filter` - Activity will behave as before.
103103
- `Until` Activity will evaluate the expression and will loop until the condition is satisfied. Inner activities may still be skipped based on the rerun rules.
104104
- `Foreach` Activity will always loop on the items it receives. Inner activities may still be skipped based on the rerun rules.
105-
- `If and switch` - Conditions will always be evaluated. Inner activities may still be skipped based on the rerun rules.
105+
- `If and switch` - Conditions will always be evaluated. All inner activities will be evaluated. Inner activities may still be skipped based on the rerun rules, but acities such as Execute Pipeline will rerun.
106106
- `Execute pipeline activity` - The child pipeline will be triggered, but all activities in the child pipeline may still be skipped based on the rerun rules.
107107

108108

0 commit comments

Comments
 (0)