You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/view-workflow-status-run-history.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
133
133
> [!TIP]
134
134
>
135
135
> 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.
137
137
138
138
:::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.":::
139
139
@@ -144,10 +144,10 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
144
144
|**Aborted**| The run stopped or didn't finish due to external problems, for example, a system outage or lapsed Azure subscription. |
145
145
|**Cancelled**| The run was triggered and started, but received a cancellation request. |
146
146
|**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. |
148
148
|**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. |
151
151
152
152
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.
153
153
@@ -169,7 +169,7 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
169
169
|**Succeeded**|![Succeeded icon][succeeded-icon]| The action succeeded. |
170
170
|**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. |
171
171
|**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. |
@@ -193,7 +193,9 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
193
193
194
194
* 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.
195
195
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.
197
199
198
200
:::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.":::
199
201
@@ -222,7 +224,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
222
224
> [!TIP]
223
225
>
224
226
> 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.
226
228
227
229
:::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.":::
228
230
@@ -233,11 +235,11 @@ You can view run history only for stateful workflows, not stateless workflows. T
233
235
|**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. |
234
236
|**Cancelled**|![Canceled icon][canceled-icon]| The run was triggered and started, but received a cancellation request. |
235
237
|**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. |
237
239
|**Skipped**|![Skipped icon][skipped-icon]| The trigger condition was checked but wasn't met, so the run never started. |
238
240
|**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. |
241
243
242
244
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.
243
245
@@ -259,7 +261,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
259
261
|**Succeeded**|![Succeeded icon][succeeded-icon]| The action succeeded. |
260
262
|**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. |
261
263
|**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. |
@@ -273,7 +275,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
273
275
274
276
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.
275
277
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.
277
279
278
280
In this scenario, the failure resulted from not finding the specified RSS feed, for example:
279
281
@@ -338,13 +340,13 @@ Completing this task creates and adds a new workflow run to your workflow's run
338
340
> [!TIP]
339
341
>
340
342
> 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.
342
344
343
345
1. To review the inputs and outputs after the resubmitted run finishes, on the **Runs history** tab, select that run.
344
346
345
347
### Rerun from a specific action
346
348
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:
348
350
349
351
| Actions | Resubmit availability and limitations |
@@ -367,7 +369,7 @@ The rerun action capability is available for most actions except for non-sequent
367
369
368
370
- Select the action from where to start rerunning the workflow. In the pane that opens, under the action name, select **Submit from this action**.
369
371
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).
371
373
372
374
> [!TIP]
373
375
>
@@ -390,13 +392,13 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
390
392
> [!TIP]
391
393
>
392
394
> 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.
394
396
395
397
1. To review the inputs and outputs after the resubmitted run finishes, on the **Run history** tab, select that run.
396
398
397
399
### Rerun from a specific action
398
400
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:
400
402
401
403
| Actions | Resubmit availability and limitations |
@@ -419,7 +421,7 @@ The rerun action capability is available for most actions except for non-sequent
419
421
420
422
- Select the action from where to start rerunning the workflow. In the pane that opens, under the action name, select **Submit from this action**.
421
423
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).
0 commit comments