|
16 | 16 | summary: |-
|
17 | 17 | Get information about Workflow Execution Service. May include information related (but
|
18 | 18 | not limited to) the workflow descriptor formats, versions supported, the WES API versions supported, and information about general the service availability.
|
19 |
| - x-swagger-router-controller: ga4gh.wes.server |
| 19 | +
|
20 | 20 | operationId: GetServiceInfo
|
21 | 21 | responses:
|
22 | 22 | '200':
|
|
48 | 48 | There is no guarantee of live updates as the user traverses the pages, the behavior should be
|
49 | 49 | decided (and documented) by each implementation.
|
50 | 50 | To monitor a given execution, use GetWorkflowStatus or GetWorkflowLog.
|
51 |
| - x-swagger-router-controller: ga4gh.wes.server |
| 51 | +
|
52 | 52 | operationId: ListWorkflows
|
53 | 53 | responses:
|
54 | 54 | '200':
|
@@ -109,7 +109,7 @@ paths:
|
109 | 109 | be accomplished by given the credentials associated with a WES service access to a
|
110 | 110 | particular bucket. The details are important for a production system and user on-boarding
|
111 | 111 | but outside the scope of this spec.
|
112 |
| - x-swagger-router-controller: ga4gh.wes.server |
| 112 | +
|
113 | 113 | operationId: RunWorkflow
|
114 | 114 | responses:
|
115 | 115 | '200':
|
@@ -143,7 +143,7 @@ paths:
|
143 | 143 | '/workflows/{workflow_id}':
|
144 | 144 | get:
|
145 | 145 | summary: Get detailed info about a running workflow.
|
146 |
| - x-swagger-router-controller: ga4gh.wes.server |
| 146 | + |
147 | 147 | operationId: GetWorkflowLog
|
148 | 148 | responses:
|
149 | 149 | '200':
|
@@ -175,7 +175,7 @@ paths:
|
175 | 175 | - WorkflowExecutionService
|
176 | 176 | delete:
|
177 | 177 | summary: Cancel a running workflow.
|
178 |
| - x-swagger-router-controller: ga4gh.wes.server |
| 178 | + |
179 | 179 | operationId: CancelJob
|
180 | 180 | responses:
|
181 | 181 | '200':
|
@@ -208,7 +208,7 @@ paths:
|
208 | 208 | '/workflows/{workflow_id}/status':
|
209 | 209 | get:
|
210 | 210 | summary: Get quick status info about a running workflow.
|
211 |
| - x-swagger-router-controller: ga4gh.wes.server |
| 211 | + |
212 | 212 | operationId: GetWorkflowStatus
|
213 | 213 | responses:
|
214 | 214 | '200':
|
|
0 commit comments