Skip to content

Commit

Permalink
update openapi spec for RUN_ID_NOT_FOUND and workflow_error field
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 21, 2025
1 parent bcc7cbb commit 60392a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions biosim_server/api/spec/openapi_3_1_0_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ components:
- PROCESSING
- SUCCEEDED
- FAILED
- RUN_ID_NOT_FOUND
- UNKNOWN
title: BiosimSimulationRunStatus
BiosimSimulatorSpec:
Expand Down Expand Up @@ -744,6 +745,11 @@ components:
timestamp:
type: string
title: Timestamp
workflow_error:
anyOf:
- type: string
- type: 'null'
title: Workflow Error
actual_simulators:
anyOf:
- items:
Expand Down Expand Up @@ -774,6 +780,7 @@ components:
- IN_PROGRESS
- COMPLETED
- FAILED
- RUN_ID_NOT_FOUND
title: RunsVerifyWorkflowStatus
SimulationRunInfo:
properties:
Expand Down

0 comments on commit 60392a7

Please sign in to comment.