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
+43-4Lines changed: 43 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
223
223
224
224
1. On the **Run History** tab, select the run that you want to review.
225
225
226
-
The run details view opens and shows the status for each step in the run.
226
+
The run details page opens and shows the status for each step in the run.
227
227
228
228
> [!TIP]
229
229
>
@@ -284,12 +284,12 @@ You can view run history only for stateful workflows, not stateless workflows. T
284
284
285
285
## Rerun a workflow with same inputs
286
286
287
-
You can rerun a previously finished workflow run using the same inputs that the run previously used by resubmitting the run to Azure Logic Apps.
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.
288
288
289
289
> [!NOTE]
290
290
>
291
291
> If your workflow has operations such as create or delete operations, resubmitting a run might
292
-
> create duplicate data or try to delete data that no longer exists, resulting in an error.
292
+
> create duplicate data or try to delete data that no longer exists, resulting in an error.
293
293
294
294
### [Consumption](#tab/consumption)
295
295
@@ -310,12 +310,14 @@ You can rerun a previously finished workflow run using the same inputs that the
310
310
> If the resubmitted run doesn't appear, on the **Runs history** pane toolbar, select **Refresh**.
311
311
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
312
312
313
-
1. To review the resubmitted workflow run, on the **Runs history** tab, select that run.
313
+
1. To review the inputs and outputs for the resubmitted workflow run, on the **Runs history** tab, select that run.
314
314
315
315
### [Standard](#tab/standard)
316
316
317
317
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).
318
318
319
+
#### Rerun the entire workflow
320
+
319
321
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
320
322
321
323
1. On the workflow menu, select **Overview**. On the **Overview** page, select **Run History**, which shows the run history for the current workflow.
@@ -331,6 +333,43 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
331
333
> If the resubmitted run doesn't appear, on the **Overview** page toolbar, select **Refresh**.
332
334
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
333
335
336
+
1. To review the inputs and outputs from the resubmitted workflow run, on the **Run History** tab, select that run.
337
+
338
+
### Rerun from a specific action (preview)
339
+
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
+
> [!NOTE]
343
+
>
344
+
> This capability is in preview. For legal terms that apply to Azure features that
345
+
> are in beta, preview, or otherwise not yet released into general availability, see
346
+
> [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).
347
+
348
+
The resubmit capability is available for all actions except for non-sequential and complex concurrency scenarios and per the following limitations:
349
+
350
+
| 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 |
353
+
|**For each** action and all actions inside the loop | No for all actions |
354
+
|**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 |
355
+
|**Until** action and all actions inside the loop | No for all actions |
356
+
357
+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow.
358
+
359
+
1. On the workflow menu, select **Overview**. On the **Overview** page, select **Run History**, which shows the run history for the current workflow.
360
+
361
+
1. On the **Run History** tab, select the run that you want to resubmit.
362
+
363
+
The run details page opens and shows the status for each step in the run.
364
+
365
+
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**.
366
+
367
+
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).
368
+
369
+
> [!TIP]
370
+
>
371
+
> If the run hasn't fully finished, on the run details page toolbar, select **Refresh**.
0 commit comments