Skip to content

Commit 7435c4a

Browse files
Merge pull request #252743 from ecfan/resume
Azure Logic Apps: [Standard] Submit from action
2 parents 9969ce0 + 9f4f312 commit 7435c4a

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

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

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
223223

224224
1. On the **Run History** tab, select the run that you want to review.
225225

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

228228
> [!TIP]
229229
>
@@ -284,12 +284,12 @@ You can view run history only for stateful workflows, not stateless workflows. T
284284

285285
## Rerun a workflow with same inputs
286286

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

289289
> [!NOTE]
290290
>
291291
> 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.
293293
294294
### [Consumption](#tab/consumption)
295295

@@ -310,12 +310,14 @@ You can rerun a previously finished workflow run using the same inputs that the
310310
> If the resubmitted run doesn't appear, on the **Runs history** pane toolbar, select **Refresh**.
311311
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
312312
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.
314314

315315
### [Standard](#tab/standard)
316316

317317
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).
318318

319+
#### Rerun the entire workflow
320+
319321
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
320322

321323
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
331333
> If the resubmitted run doesn't appear, on the **Overview** page toolbar, select **Refresh**.
332334
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
333335
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 |
351+
|---------|---------------------------------------|
352+
| **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**.
372+
334373
---
335374

336375
<a name="add-azure-alerts"></a>

0 commit comments

Comments
 (0)