File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 377
377
"description" : " References a sub-workflow to invoke" ,
378
378
"$ref" : " #/definitions/subflowref"
379
379
},
380
+ "errorRef" : {
381
+ "description" : " References or defines the error to throw" ,
382
+ "$ref" : " errors.json#/definitions/errorReference"
383
+ },
380
384
"sleep" : {
381
385
"description" : " Defines time periods workflow execution should sleep before / after function execution" ,
382
386
"$ref" : " #/definitions/sleep"
383
387
},
384
- "retryRef" : {
385
- "type" : " string" ,
386
- "description" : " References a defined workflow retry definition. If not defined the default retry policy is assumed"
387
- },
388
388
"onErrors" :{
389
389
"$ref" : " #/definitions/onerrors"
390
390
},
417
417
" name" ,
418
418
" subFlowRef"
419
419
]
420
+ },
421
+ {
422
+ "required" : [
423
+ " name" ,
424
+ " errorRef"
425
+ ]
420
426
}
421
427
]
422
428
},
You can’t perform that action at this time.
0 commit comments