Skip to content

Commit

Permalink
Fix workflow_run_status
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Aug 23, 2024
1 parent 8948b09 commit 361d44b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions schemas/workflow_runs/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,15 @@ workflow_run_link:
description: The code for the language when the workflow run is acessed using the link.

workflow_run_status:
properties:
type: string
enum:
- awaiting_input
- processing
- abandoned
- error
- approved
- review
- declined
type: string
enum:
- awaiting_input
- processing
- abandoned
- error
- approved
- review
- declined

workflow_run_error:
type: object
Expand Down

0 comments on commit 361d44b

Please sign in to comment.