Skip to content

Commit a87f534

Browse files
authored
Merge pull request #199505 from KranthiPakala-MSFT/patch-135
(AzureCXP) updated Dynamic Expression
2 parents 598464c + c11e3da commit a87f534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/how-to-pause-resume-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Evaluate the desired state, Pause or Resume, and the current status, Online, or
151151
1. On the **Activities** tab, copy the code below into the **Expression**.
152152
153153
```HTTP
154-
@concat(activity('CheckState').output.properties.status,'-',pipeline().parameters.PauseOrResume)
154+
@concat(activity('CheckState').output.value[0].properties.status,'-',pipeline().parameters.PauseOrResume)
155155
```
156156
157157
Where Check State is the name of the preceding Web activity with output.properties.status defining the current status and pipeline().parameters.PauseOrResume indicates the desired state.

0 commit comments

Comments
 (0)