Retry definition validation doesn't work #213
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
spec:0.8
Given:
Workflow definition to be validated
Expected result:
Validation failed (because of
name
ofRetryDefinition
missed)Actual result:
Validation passed.
The same result(validation passed) if 'name' field is empty or/and
maxAttempts
not defined.According to specification 'name ' is required and
maxAttempts
not.But in the
retrydef.json
schema they are required both.Could you please support us in this question? May be we miss something?
The text was updated successfully, but these errors were encountered: