Skip to content

Commit 1abdd42

Browse files
author
ecfan
committed
Draft update
1 parent 482c757 commit 1abdd42

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

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

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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,32 @@ 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 your workflow from a specific action using the same inputs and outputs from the actions that previously ran before the resubmitted action where you restarted the run. The resubmitted action and all subsequent actions run as usual. Completing this task creates and adds a new workflow run to 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+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
349+
350+
1. If you haven't already, set up the following environment variables for your logic app resource:
351+
352+
1. On your logic app menu, under **Settings**, select **Environment variables**.
353+
1. On the **App settings** tab, add the following setting:
354+
355+
356+
357+
1. On the workflow menu, select **Overview**. On the **Overview** page, select **Run History**, which shows the run history for the current workflow.
358+
359+
1. On the **Run History** tab, select the run that you want to resubmit.
360+
361+
334362
---
335363

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

0 commit comments

Comments
 (0)