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
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,10 +292,21 @@ You can rerun a previously finished workflow with the same inputs that the workf
292
292
293
293
Completing this task creates and adds a new workflow run to your workflow's run history.
294
294
295
-
> [!NOTE]
296
-
>
297
-
> If your workflow has operations such as create or delete operations, resubmitting a run might
298
-
> create duplicate data or try to delete data that no longer exists, resulting in an error.
295
+
### Limitations and considerations
296
+
297
+
- By default, only Consumption workflows and Standard stateful workflows, which record and store run history, are supported. To use these capabilities with a stateless Standard workflow, enable stateful mode. For more information, see [Enable run history for stateless workflows](create-single-tenant-workflows-azure-portal.md#enable-run-history-for-stateless-workflows) and [Enable stateful mode for stateless connectors](../connectors/enable-stateful-affinity-built-in-connectors.md).
298
+
299
+
- The resubmitted run executes the same workflow version as the original run, even if you updated the workflow definition.
300
+
301
+
- You can resubmit only actions from sequential workflows. Workflows with parallel paths are currently not supported.
302
+
303
+
- The workflow must have a completed state, such as Succeeded, Failed, or Cancelled.
304
+
305
+
- The workflow must have 40 or fewer actions for you to rerun from a specific action.
306
+
307
+
- If your workflow has operations such as create or delete operations, resubmitting a run might create duplicate data or try to delete data that no longer exists, resulting in an error.
308
+
309
+
- These capabilities currently are unavailable with Visual Studio Code or Azure CLI.
299
310
300
311
### [Consumption](#tab/consumption)
301
312
@@ -333,9 +344,9 @@ The resubmit capability is available for all actions except for non-sequential a
333
344
| 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 |
347
+
|**For each** action plus all actions inside the loop and after the loop | No for all actions |
337
348
|**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 |
349
+
|**Until** action plus all actions inside the loop and after the loop | No for all actions |
339
350
340
351
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
341
352
@@ -389,9 +400,9 @@ The resubmit capability is available for all actions except for non-sequential a
389
400
| 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 |
392
-
|**For each** action and all actions inside the loop | No for all actions |
403
+
|**For each** action plus all actions inside the loop and after the loop | No for all actions |
393
404
|**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 |
394
-
|**Until** action and all actions inside the loop | No for all actions |
405
+
|**Until** action plus all actions inside the loop and after the loop | No for all actions |
395
406
396
407
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow.
0 commit comments