From abe1b7480c453b39e85d269036bfd8a0755e2a98 Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:03:36 -0800 Subject: [PATCH 1/2] add complete --- components/schemas/pipelines/runs/RunState.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/schemas/pipelines/runs/RunState.yml b/components/schemas/pipelines/runs/RunState.yml index 83e343a3..a08431b4 100644 --- a/components/schemas/pipelines/runs/RunState.yml +++ b/components/schemas/pipelines/runs/RunState.yml @@ -9,7 +9,8 @@ allOf: enum: - new - queued - - running + - running + - complete - deleting - deleted - "$ref": "../../State.yml" \ No newline at end of file From 697a2115bb06524d1cb7474870241159cb905785 Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:04:52 -0800 Subject: [PATCH 2/2] add acquiring --- components/schemas/pipelines/runs/RunState.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/schemas/pipelines/runs/RunState.yml b/components/schemas/pipelines/runs/RunState.yml index a08431b4..52d85740 100644 --- a/components/schemas/pipelines/runs/RunState.yml +++ b/components/schemas/pipelines/runs/RunState.yml @@ -7,8 +7,8 @@ allOf: description: The current state of the pipeline run. type: string enum: - - new - queued + - acquiring - running - complete - deleting