oc-workflow latest

This commit is contained in:
mr
2024-08-08 08:34:52 +02:00
parent 273fc878f7
commit 6bc322dc1a
9 changed files with 28 additions and 986 deletions

View File

@@ -250,56 +250,6 @@ paths:
responses:
"200":
description: '{workspace} models.workspace'
/workflow_execution/:
get:
tags:
- workflow_execution
description: |-
find workflow by workflowid
<br>
operationId: WorkflowExecutionController.GetAll
responses:
"200":
description: '{workflow} models.workflow'
/workflow_execution/{id}:
get:
tags:
- workflow_execution
description: |-
find workflow by workflowid
<br>
operationId: WorkflowExecutionController.Get
parameters:
- in: path
name: id
description: the workflowid you want to get
required: true
type: string
responses:
"200":
description: '{workflow} models.workflow'
/workflow_execution/search/{start_date}/{end_date}:
get:
tags:
- workflow_execution
description: |-
search workspace
<br>
operationId: WorkflowExecutionController.Search
parameters:
- in: path
name: start_date
description: the word search you want to get
required: true
type: string
- in: path
name: end_date
description: the word search you want to get
required: true
type: string
responses:
"200":
description: '{workspace} models.workspace'
definitions:
json:
title: json
@@ -314,9 +264,6 @@ tags:
- name: workflow/resource
description: |
Operations about workflow
- name: workflow_execution
description: |
Operations about workflow
- name: version
description: |
VersionController operations for Version