Skip to content

Commit 3935776

Browse files
author
ecfan
committed
Fix Acrolinx items
1 parent 293d680 commit 3935776

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

articles/logic-apps/view-workflow-status-run-history.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
133133
> [!TIP]
134134
>
135135
> If the run status doesn't appear, try refreshing the **Overview** page by selecting **Refresh**.
136-
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
136+
> No run happens for a trigger that is skipped due to unmet criteria or finding no data.
137137
138138
:::image type="content" source="media/view-workflow-status-run-history/run-history-consumption.png" alt-text="Screenshot shows Consumption workflow and Overview page with selected tab named Runs history.":::
139139

@@ -144,10 +144,10 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
144144
| **Aborted** | The run stopped or didn't finish due to external problems, for example, a system outage or lapsed Azure subscription. |
145145
| **Cancelled** | The run was triggered and started, but received a cancellation request. |
146146
| **Failed** | At least one action in the run failed. No subsequent actions in the workflow were set up to handle the failure. |
147-
| **Running** | The run was triggered and is in progress. However, this status can also appear for a run that's throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
147+
| **Running** | The run was triggered and is in progress. However, this status can also appear for a run that is throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
148148
| **Succeeded** | The run succeeded. If any action failed, a subsequent action in the workflow handled that failure. |
149-
| **Timed out** | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [setting named **Run history retention in days**](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [setting named **Run history retention in days**](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run's duration exceeded the retention limit. |
150-
| **Waiting** | The run hasn't started or is paused, for example, due to an earlier workflow instance that's still running. |
149+
| **Timed out** | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [setting named **Run history retention in days**](logic-apps-limits-and-config.md#run-duration-retention-limits). The run duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run duration also exceeds the current *run history retention limit*, which is also controlled by the [setting named **Run history retention in days**](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run duration exceeded the retention limit. |
150+
| **Waiting** | The run didn't start yet or is paused, for example, due to an earlier workflow instance that is still running. |
151151

152152
1. To review the steps and other information for a specific run, under **Runs history**, select that run. If the list shows many runs, and you can't find the entry that you want, try filtering the list.
153153

@@ -169,7 +169,7 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
169169
| **Succeeded** | ![Succeeded icon][succeeded-icon] | The action succeeded. |
170170
| **Succeeded with retries** | ![Succeeded-with-retries-icon][succeeded-with-retries-icon] | The action succeeded but only after a single or multiple retries. To review the retry history, on the run history page, select that action so that you can view the inputs and outputs. |
171171
| **Timed out** | ![Timed-out icon][timed-out-icon] | The action stopped due to the time-out limit specified by that action's settings. |
172-
| **Waiting** | ![Waiting icon][waiting-icon] | Applies to a webhook action that's waiting for an inbound request from a caller. |
172+
| **Waiting** | ![Waiting icon][waiting-icon] | Applies to a webhook action that is waiting for an inbound request from a caller. |
173173

174174
[aborted-icon]: media/view-workflow-status-run-history/aborted.png
175175
[canceled-icon]: media/view-workflow-status-run-history/cancelled.png
@@ -193,7 +193,9 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
193193

194194
* On the run history page, select a step to open a pane that shows the inputs, outputs, and any errors that happened in that step.
195195

196-
For example, suppose you have a workflow with a failed step. You want to review which inputs might have caused that step to fail. In this scenario, the failure resulted from an invalid or missing connection to an email account that is used to send an email.
196+
For example, suppose you have a workflow with a failed step. You want to review the inputs that might have caused the step to fail.
197+
198+
In this scenario, the failure resulted from an invalid or missing connection to an email account that is used to send an email.
197199

198200
:::image type="content" source="media/view-workflow-status-run-history/inputs-outputs-errors-consumption.png" alt-text="Screenshot shows Consumption workflow run history page with selected failed example step plus inputs, outputs, and errors for the failed step.":::
199201

@@ -222,7 +224,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
222224
> [!TIP]
223225
>
224226
> If the run status doesn't appear, on the **Run history** page toolbar, select **Refresh**.
225-
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
227+
> No run happens for a trigger that is skipped due to unmet criteria or finding no data.
226228
227229
:::image type="content" source="media/view-workflow-status-run-history/run-history-standard.png" alt-text="Screenshot shows Standard workflow, run history page, and selected tab named Run history.":::
228230

@@ -233,11 +235,11 @@ You can view run history only for stateful workflows, not stateless workflows. T
233235
| **Aborted** | ![Aborted icon][aborted-icon] | The run stopped or didn't finish due to external problems, for example, a system outage or lapsed Azure subscription. |
234236
| **Cancelled** | ![Canceled icon][canceled-icon] | The run was triggered and started, but received a cancellation request. |
235237
| **Failed** | ![Failed icon][failed-icon] | At least one action in the run failed. No subsequent actions in the workflow were set up to handle the failure. |
236-
| **Running** | ![Running icon][running-icon] | The run was triggered and is in progress. However, this status can also appear for a run that's throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
238+
| **Running** | ![Running icon][running-icon] | The run was triggered and is in progress. However, this status can also appear for a run that is throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
237239
| **Skipped** | ![Skipped icon][skipped-icon] | The trigger condition was checked but wasn't met, so the run never started. |
238240
| **Succeeded** | ![Succeeded icon][succeeded-icon] | The run succeeded. If any action failed, a subsequent action in the workflow handled that failure. |
239-
| **Timed out** | ![Timed-out icon][timed-out-icon] | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run's duration exceeded the retention limit. |
240-
| **Waiting** | ![Waiting icon][waiting-icon] | The run hasn't started or is paused, for example, due to an earlier workflow instance that's still running. |
241+
| **Timed out** | ![Timed-out icon][timed-out-icon] | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [setting named **Run history retention in days**](logic-apps-limits-and-config.md#run-duration-retention-limits). The run duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run duration also exceeds the current *run history retention limit*, which is also controlled by the [setting named **Run history retention in days**](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run duration exceeded the retention limit. |
242+
| **Waiting** | ![Waiting icon][waiting-icon] | The run didn't start yet or is paused, for example, due to an earlier workflow instance that is still running. |
241243

242244
1. To review the steps and other information for a specific run, on the **Run history** tab, select that run. If the list shows many runs, and you can't find the entry that you want, try filtering the list.
243245

@@ -259,7 +261,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
259261
| **Succeeded** | ![Succeeded icon][succeeded-icon] | The action succeeded. |
260262
| **Succeeded with retries** | ![Succeeded-with-retries-icon][succeeded-with-retries-icon] | The action succeeded but only after a single or multiple retries. To review the retry history, on the run history page, select that action so that you can view the inputs and outputs. |
261263
| **Timed out** | ![Timed-out icon][timed-out-icon] | The action stopped due to the time-out limit specified by that action's settings. |
262-
| **Waiting** | ![Waiting icon][waiting-icon] | Applies to a webhook action that's waiting for an inbound request from a caller. |
264+
| **Waiting** | ![Waiting icon][waiting-icon] | Applies to a webhook action that is waiting for an inbound request from a caller. |
263265

264266
[aborted-icon]: media/view-workflow-status-run-history/aborted.png
265267
[canceled-icon]: media/view-workflow-status-run-history/cancelled.png
@@ -273,7 +275,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
273275

274276
1. To get more information about a specific step, on the run history page, select a step to open a pane that shows the inputs, outputs, and any errors that happened in that step.
275277

276-
For example, suppose you have a workflow with a failed step. You want to review which inputs might have caused that step to fail.
278+
For example, suppose you have a workflow with a failed step. You want to review the inputs that might have caused the step to fail.
277279

278280
In this scenario, the failure resulted from not finding the specified RSS feed, for example:
279281

@@ -338,13 +340,13 @@ Completing this task creates and adds a new workflow run to your workflow's run
338340
> [!TIP]
339341
>
340342
> If the resubmitted run doesn't appear, on the **Runs history** page toolbar, select **Refresh**.
341-
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
343+
> No run happens for a trigger that is skipped due to unmet criteria or finding no data.
342344
343345
1. To review the inputs and outputs after the resubmitted run finishes, on the **Runs history** tab, select that run.
344346

345347
### Rerun from a specific action
346348

347-
The rerun action capability is available for most actions except for non-sequential workflows, complex concurrency scenarios, and the following limitations:
349+
The rerun action capability is available for most actions except for nonsequential workflows, complex concurrency scenarios, and the following limitations:
348350

349351
| Actions | Resubmit availability and limitations |
350352
|---------|---------------------------------------|
@@ -367,7 +369,7 @@ The rerun action capability is available for most actions except for non-sequent
367369

368370
- Select the action from where to start rerunning the workflow. In the pane that opens, under the action name, select **Submit from this action**.
369371

370-
The run history page refreshes and shows the resubmitted run. All the operations that precede the resubmitted action show a lighter-colored status icon, representing reused inputs and outputs. The resubmitted action and subsequent actions show the usually colored status icons. For more information, see [Review workflow run history](#review-run-history).
372+
The run history page refreshes and shows the resubmitted run. All the operations that precede the resubmitted action show a lighter-colored status icon, representing reused inputs and outputs. The resubmitted action and subsequent actions show the colored status icons. For more information, see [Review workflow run history](#review-run-history).
371373

372374
> [!TIP]
373375
>
@@ -390,13 +392,13 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
390392
> [!TIP]
391393
>
392394
> If the resubmitted run doesn't appear, on the **Run history** page toolbar, select **Refresh**.
393-
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
395+
> No run happens for a trigger that is skipped due to unmet criteria or finding no data.
394396
395397
1. To review the inputs and outputs after the resubmitted run finishes, on the **Run history** tab, select that run.
396398

397399
### Rerun from a specific action
398400

399-
The rerun action capability is available for most actions except for non-sequential workflows, complex concurrency scenarios, and the following limitations:
401+
The rerun action capability is available for most actions except for nonsequential workflows, complex concurrency scenarios, and the following limitations:
400402

401403
| Actions | Resubmit availability and limitations |
402404
|---------|---------------------------------------|
@@ -419,7 +421,7 @@ The rerun action capability is available for most actions except for non-sequent
419421

420422
- Select the action from where to start rerunning the workflow. In the pane that opens, under the action name, select **Submit from this action**.
421423

422-
On the run details page, all the operations that precede the resubmitted action show a lighter-colored status icon, representing reused inputs and outputs. The resubmitted action and subsequent actions show the usually colored status icons. For more information, see [Review workflow run history](#review-run-history).
424+
On the run details page, all the operations that precede the resubmitted action show a lighter-colored status icon, representing reused inputs and outputs. The resubmitted action and subsequent actions show the colored status icons. For more information, see [Review workflow run history](#review-run-history).
423425

424426
> [!TIP]
425427
>

0 commit comments

Comments
 (0)