Skip to content

Commit 1e2c748

Browse files
authored
Change min value for maximumWaitingRuns to 1
1 parent 015c3e1 commit 1e2c748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-workflow-actions-triggers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
77
ms.topic: conceptual
8-
ms.date: 06/19/2019
8+
ms.date: 01/19/2020
99
---
1010

1111
# Schema reference guide for trigger and action types in Azure Logic Apps
@@ -2813,7 +2813,7 @@ and recurring triggers start skipping polling attempts.
28132813

28142814
To change the default limit on waiting runs, in the underlying trigger definition,
28152815
add the `runtimeConfiguration.concurency.maximumWaitingRuns` property with
2816-
a value between `0` and `100`.
2816+
a value between `1` and `100`.
28172817

28182818
```json
28192819
"<trigger-name>": {

0 commit comments

Comments
 (0)