Skip to content

Commit 06ab799

Browse files
Merge pull request #277647 from ecfan/patch-1
Add "Resubmit from this action" preview for Consumption workflows
2 parents c96c8ec + 42b5bdb commit 06ab799

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

articles/logic-apps/monitor-logic-apps.md

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 02/13/2024
8+
ms.date: 06/10/2024
99
---
1010

1111
# 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
282282

283283
<a name="resubmit-workflow-run"></a>
284284

285-
## Rerun a workflow with same inputs
285+
## Resubmit a workflow with same inputs
286286

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.
288294

289295
> [!NOTE]
290296
>
@@ -293,6 +299,8 @@ You can rerun a previously finished workflow with the same inputs that the workf
293299
294300
### [Consumption](#tab/consumption)
295301

302+
#### Rerun the entire workflow
303+
296304
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
297305

298306
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
312320
313321
1. To review the inputs and outputs for the resubmitted workflow run, on the **Runs history** tab, select that run.
314322

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 |
334+
|---------|---------------------------------------|
335+
| **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+
315356
### [Standard](#tab/standard)
316357

317358
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
337378

338379
### Rerun from a specific action (preview)
339380

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-
342381
> [!NOTE]
343382
>
344383
> This capability is in preview. For legal terms that apply to Azure features that

0 commit comments

Comments
 (0)