We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab08738 commit 32144fcCopy full SHA for 32144fc
api/src/main/resources/schema/retry/retry.json
@@ -16,9 +16,8 @@
16
"description": "Multiplier value by which interval increases during each attempt (ISO 8601 time format)"
17
},
18
"maxAttempts": {
19
- "type": "integer",
+ "type": "string",
20
"default": "0",
21
- "minimum": 0,
22
"description": "Maximum number of retry attempts (1 by default). Value of 0 means no retries are performed"
23
}
24
api/src/main/resources/schema/states/parallelstate.json
@@ -24,9 +24,8 @@
"default": "and"
25
26
"n": {
27
28
- "default": 0,
29
+ "default": "0",
30
"description": "Used when completionType is set to 'n_of_m' to specify the 'N' value"
31
32
0 commit comments