We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebb83d commit fe52fdcCopy full SHA for fe52fdc
src/pdl/pdl-schema.json
@@ -10164,6 +10164,24 @@
10164
"description": "Define how to combine the result of each iteration.\n ",
10165
"title": "Join"
10166
},
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
10185
"pdl__trace": {
10186
"anyOf": [
10187
{
0 commit comments