From 60392a765dc19d6deefb5dd234477089e5754dcf Mon Sep 17 00:00:00 2001 From: jcschaff Date: Tue, 21 Jan 2025 12:09:44 -0500 Subject: [PATCH] update openapi spec for RUN_ID_NOT_FOUND and workflow_error field --- biosim_server/api/spec/openapi_3_1_0_generated.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/biosim_server/api/spec/openapi_3_1_0_generated.yaml b/biosim_server/api/spec/openapi_3_1_0_generated.yaml index ee96aa3..b509f4f 100644 --- a/biosim_server/api/spec/openapi_3_1_0_generated.yaml +++ b/biosim_server/api/spec/openapi_3_1_0_generated.yaml @@ -360,6 +360,7 @@ components: - PROCESSING - SUCCEEDED - FAILED + - RUN_ID_NOT_FOUND - UNKNOWN title: BiosimSimulationRunStatus BiosimSimulatorSpec: @@ -744,6 +745,11 @@ components: timestamp: type: string title: Timestamp + workflow_error: + anyOf: + - type: string + - type: 'null' + title: Workflow Error actual_simulators: anyOf: - items: @@ -774,6 +780,7 @@ components: - IN_PROGRESS - COMPLETED - FAILED + - RUN_ID_NOT_FOUND title: RunsVerifyWorkflowStatus SimulationRunInfo: properties: