Skip to content

Commit 8755fdd

Browse files
authored
fix(orchestrator): regenerate Open API with new instance state (#1289)
fix(orchestrator): regenerate openapi with new instance state
1 parent e9be8ff commit 8755fdd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

plugins/orchestrator-common/src/auto-generated/api/definition.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,8 @@ const OPENAPI = `
694694
"Error",
695695
"Completed",
696696
"Aborted",
697-
"Suspended"
697+
"Suspended",
698+
"Pending"
698699
]
699700
},
700701
"WorkflowRunStatusDTO": {

plugins/orchestrator-common/src/openapi/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ components:
445445
- Completed
446446
- Aborted
447447
- Suspended
448+
- Pending
448449
WorkflowRunStatusDTO:
449450
type: object
450451
properties:

0 commit comments

Comments
 (0)