Skip to content

Commit c23191a

Browse files
Merge pull request #277723 from ecfan/patch-1
Submit from this action - Update limitations and other considerations
2 parents 8b2f3ea + 04564f7 commit c23191a

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

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

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,21 @@ You can rerun a previously finished workflow with the same inputs that the workf
292292

293293
Completing this task creates and adds a new workflow run to your workflow's run history.
294294

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

300311
### [Consumption](#tab/consumption)
301312

@@ -333,9 +344,9 @@ The resubmit capability is available for all actions except for non-sequential a
333344
| Actions | Resubmit availability and limitations |
334345
|---------|---------------------------------------|
335346
| **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 |
337348
| **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 |
339350

340351
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
341352

@@ -389,9 +400,9 @@ The resubmit capability is available for all actions except for non-sequential a
389400
| Actions | Resubmit availability and limitations |
390401
|---------|---------------------------------------|
391402
| **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 |
393404
| **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 |
395406

396407
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow.
397408

0 commit comments

Comments
 (0)