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/monitor-logic-apps.md
+44-5Lines changed: 44 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 02/13/2024
8
+
ms.date: 06/10/2024
9
9
---
10
10
11
11
# Monitor workflow run status, review trigger and workflow run history, and set up alerts in Azure Logic Apps
@@ -282,9 +282,15 @@ You can view run history only for stateful workflows, not stateless workflows. T
282
282
283
283
<aname="resubmit-workflow-run"></a>
284
284
285
-
## Rerun a workflow with same inputs
285
+
## Resubmit a workflow with same inputs
286
286
287
-
You can rerun a previously finished workflow with the same inputs that the workflow previously used by resubmitting the run to Azure Logic Apps. Completing this task creates and adds a new workflow run to your workflow's run history.
287
+
You can rerun a previously finished workflow with the same inputs that the workflow used previously in the following ways:
288
+
289
+
- Rerun the entire workflow.
290
+
291
+
- Rerun the workflow starting at a specific action. The resubmitted action and all subsequent actions run as usual.
292
+
293
+
Completing this task creates and adds a new workflow run to your workflow's run history.
288
294
289
295
> [!NOTE]
290
296
>
@@ -293,6 +299,8 @@ You can rerun a previously finished workflow with the same inputs that the workf
293
299
294
300
### [Consumption](#tab/consumption)
295
301
302
+
#### Rerun the entire workflow
303
+
296
304
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
297
305
298
306
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Runs history**.
@@ -312,6 +320,39 @@ You can rerun a previously finished workflow with the same inputs that the workf
312
320
313
321
1. To review the inputs and outputs for the resubmitted workflow run, on the **Runs history** tab, select that run.
314
322
323
+
### Rerun from a specific action (preview)
324
+
325
+
> [!NOTE]
326
+
>
327
+
> This capability is in preview. For legal terms that apply to Azure features that
328
+
> are in beta, preview, or otherwise not yet released into general availability, see
329
+
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this capability might change before general availability (GA).
330
+
331
+
The resubmit capability is available for all actions except for non-sequential and complex concurrency scenarios and per the following limitations:
332
+
333
+
| Actions | Resubmit availability and limitations |
|**Condition** action and actions in the **True** and **False** paths | - Yes for **Condition** action <br>- No for actions in the **True** and **False** paths |
336
+
|**For each** action and all actions inside the loop | No for all actions |
337
+
|**Switch** action and all actions in the **Default** path and **Case** paths | - Yes for **Switch** action <br>- No for actions in the **Default** path and **Case** paths |
338
+
|**Until** action and all actions inside the loop | No for all actions |
339
+
340
+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
341
+
342
+
1. On the logic app resource menu, select **Overview**. On the **Overview** page, select **Runs history**, which shows the run history for the workflow.
343
+
344
+
1. On the **Runs history** tab, select the run that you want to resubmit.
345
+
346
+
The run details page opens and shows the status for each step in the run.
347
+
348
+
1. In the run details page, find the action from where you want to resubmit the workflow run, open the shortcut menu, and select **Submit from this action**.
349
+
350
+
The run details page refreshes and shows the new 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-runs-history).
351
+
352
+
> [!TIP]
353
+
>
354
+
> If the run hasn't fully finished, on the run details page toolbar, select **Refresh**.
355
+
315
356
### [Standard](#tab/standard)
316
357
317
358
You can rerun only stateful workflows, not stateless workflows. To enable run history for a stateless workflow, see [Enable run history for stateless workflows](create-single-tenant-workflows-azure-portal.md#enable-run-history-stateless).
@@ -337,8 +378,6 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
337
378
338
379
### Rerun from a specific action (preview)
339
380
340
-
You can rerun a previously finished workflow starting at a specific action using the same inputs and outputs from the preceding actions. The resubmitted action and all subsequent actions run as usual. When the resubmitted actions finish, a new workflow run appears in your workflow's run history.
341
-
342
381
> [!NOTE]
343
382
>
344
383
> This capability is in preview. For legal terms that apply to Azure features that
0 commit comments