Skip to content

Commit

Permalink
fix(specs): add blocking run outcome (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Jun 15, 2023
1 parent 640b1ab commit 3cdb749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RunStatus:

RunOutcome:
type: string
enum: ['success', 'failure', 'processing']
enum: ['success', 'failure', 'processing', 'blocking']

RunType:
type: string
Expand Down

0 comments on commit 3cdb749

Please sign in to comment.