Skip to content

Commit fe52fdc

Browse files
update pdl-schema.json for retry of repeat block
Signed-off-by: hirokuni-kitahara <[email protected]>
1 parent cebb83d commit fe52fdc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/pdl/pdl-schema.json

+18
Original file line numberDiff line numberDiff line change
@@ -10164,6 +10164,24 @@
1016410164
"description": "Define how to combine the result of each iteration.\n ",
1016510165
"title": "Join"
1016610166
},
10167+
"retry_on_error": {
10168+
"default": false,
10169+
"description": "Indicate if this block should be retried when an error occurs.\n ",
10170+
"title": "Retry On Error",
10171+
"type": "boolean"
10172+
},
10173+
"retry_max": {
10174+
"anyOf": [
10175+
{
10176+
"type": "integer"
10177+
},
10178+
{
10179+
"type": "null"
10180+
}
10181+
],
10182+
"default": 0,
10183+
"title": "Retry Max"
10184+
},
1016710185
"pdl__trace": {
1016810186
"anyOf": [
1016910187
{

0 commit comments

Comments
 (0)