oc-scheduler working

This commit is contained in:
mr
2025-01-17 17:21:52 +01:00
parent ff077380ab
commit d36c31fcc4
6 changed files with 113 additions and 4 deletions

View File

@@ -22,6 +22,14 @@
],
"description": "find workflow by workflowid\n\u003cbr\u003e",
"operationId": "WorkflowExecutionController.GetAll",
"parameters": [
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {
"200": {
"description": "{workflow} models.workflow"
@@ -50,6 +58,12 @@
"description": "the word search you want to get",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {

View File

@@ -20,6 +20,11 @@ paths:
find workflow by workflowid
<br>
operationId: WorkflowExecutionController.GetAll
parameters:
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workflow} models.workflow'
@@ -59,6 +64,10 @@ paths:
description: the word search you want to get
required: true
type: string
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{workspace} models.workspace'