Skip to content

Commit

Permalink
fix(orchestrator): regenerate Open API with new instance state (janus…
Browse files Browse the repository at this point in the history
…-idp#1289)

fix(orchestrator): regenerate openapi with new instance state
  • Loading branch information
caponetto authored Feb 28, 2024
1 parent e9be8ff commit 8755fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@ const OPENAPI = `
"Error",
"Completed",
"Aborted",
"Suspended"
"Suspended",
"Pending"
]
},
"WorkflowRunStatusDTO": {
Expand Down
1 change: 1 addition & 0 deletions plugins/orchestrator-common/src/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ components:
- Completed
- Aborted
- Suspended
- Pending
WorkflowRunStatusDTO:
type: object
properties:
Expand Down

0 comments on commit 8755fdd

Please sign in to comment.