Skip to content

Commit d8fe21a

Browse files
author
ecfan
committed
Updates per feedback
1 parent f46a5f4 commit d8fe21a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ You can rerun a previously finished workflow starting at a specific action using
347347
348348
The resubmit capability is available for all actions except for non-sequential and complex concurrency scenarios and per the following limitations:
349349

350-
| Actions | Resubmit available? |
351-
|---------|---------------------|
350+
| Actions | Resubmit availability and limitations |
351+
|---------|-------------------------------------------|
352352
| **Condition** action and actions in the **True** and **False** paths | - Yes for **Condition** action <br>- No for actions in the **True** and **False** paths |
353353
| **For each** action and all actions inside the loop | No for all actions |
354354
| **Scope** | Yes, but only at the final |
@@ -378,7 +378,7 @@ The resubmit capability is available for all actions except for non-sequential a
378378

379379
1. Above the console window, in the directory table, next to the **host.json** file, select **Edit**.
380380

381-
1. In the **host.json** file, following the `"versions"` attribute, add the following JSON object named `"extensions"`:
381+
1. In the **host.json** file, following the `"versions"` attribute, add the following JSON object named `"extensions"`, for example:
382382

383383
```json
384384
"version": "[1.*, 2.0.0)",

0 commit comments

Comments
 (0)