19
19
* ` application/json `
20
20
21
21
22
-
23
-
24
- <a name =" paths " ></a >
25
- ## Paths
26
-
27
22
<a name =" api-workflows-version-post " ></a >
28
- ### Submit a workflow for execution
23
+ ## Submit a workflow for execution
29
24
```
30
25
POST /api/workflows/{version}
31
26
```
@@ -80,7 +75,7 @@ Submits a workflow to Cromwell. Note that this endpoint can accept an unlimited
80
75
81
76
82
77
<a name =" api-workflows-version-backends-get " ></a >
83
- ### List the supported backends
78
+ ## List the supported backends
84
79
```
85
80
GET /api/workflows/{version}/backends
86
81
```
@@ -117,7 +112,7 @@ Returns the backends supported by this Cromwell server, as well as the default b
117
112
118
113
119
114
<a name =" api-workflows-version-batch-post " ></a >
120
- ### Submit a batch of workflows for execution
115
+ ## Submit a batch of workflows for execution
121
116
```
122
117
POST /api/workflows/{version}/batch
123
118
```
@@ -168,7 +163,7 @@ In instances where you want to run the same workflow multiple times with varying
168
163
169
164
170
165
<a name =" api-workflows-version-callcaching-diff-get " ></a >
171
- ### Explain hashing differences for 2 calls
166
+ ## Explain hashing differences for 2 calls
172
167
```
173
168
GET /api/workflows/{version}/callcaching/diff
174
169
```
@@ -214,7 +209,7 @@ This endpoint returns the hash differences between 2 completed (successfully or
214
209
215
210
216
211
<a name =" api-workflows-version-query-post " ></a >
217
- ### Get workflows matching some criteria
212
+ ## Get workflows matching some criteria
218
213
```
219
214
POST /api/workflows/{version}/query
220
215
```
@@ -254,7 +249,7 @@ Query workflows by start dates, end dates, names, ids, or statuses.
254
249
255
250
256
251
<a name =" api-workflows-version-query-get " ></a >
257
- ### Get workflows matching some criteria
252
+ ## Get workflows matching some criteria
258
253
```
259
254
GET /api/workflows/{version}/query
260
255
```
@@ -300,7 +295,7 @@ Query for workflows which match various criteria. When a combination of criteria
300
295
301
296
302
297
<a name =" api-workflows-version-id-abort-post " ></a >
303
- ### Abort a running workflow
298
+ ## Abort a running workflow
304
299
```
305
300
POST /api/workflows/{version}/{id}/abort
306
301
```
@@ -342,7 +337,7 @@ Request Cromwell to abort a running workflow. For instance this might be necessa
342
337
343
338
344
339
<a name =" api-workflows-version-id-labels-patch " ></a >
345
- ### Update labels for a workflow
340
+ ## Update labels for a workflow
346
341
```
347
342
PATCH /api/workflows/{version}/{id}/labels
348
343
```
@@ -385,7 +380,7 @@ Update multiple labels for an existing workflow. When supplying a label with a k
385
380
386
381
387
382
<a name =" api-workflows-version-id-logs-get " ></a >
388
- ### Get the logs for a workflow
383
+ ## Get the logs for a workflow
389
384
```
390
385
GET /api/workflows/{version}/{id}/logs
391
386
```
@@ -426,7 +421,7 @@ Returns paths to the standard out and standard error files that were generated d
426
421
427
422
428
423
<a name =" api-workflows-version-id-metadata-get " ></a >
429
- ### Get workflow and call-level metadata for a specified workflow
424
+ ## Get workflow and call-level metadata for a specified workflow
430
425
```
431
426
GET /api/workflows/{version}/{id}/metadata
432
427
```
@@ -599,7 +594,7 @@ json :
599
594
600
595
601
596
<a name =" api-workflows-version-id-outputs-get " ></a >
602
- ### Get the outputs for a workflow
597
+ ## Get the outputs for a workflow
603
598
```
604
599
GET /api/workflows/{version}/{id}/outputs
605
600
```
@@ -640,7 +635,7 @@ Retrieve the outputs for the specified workflow. Cromwell will return any output
640
635
641
636
642
637
<a name =" api-workflows-version-id-status-get " ></a >
643
- ### Retrieves the current state for a workflow
638
+ ## Retrieves the current state for a workflow
644
639
```
645
640
GET /api/workflows/{version}/{id}/status
646
641
```
@@ -677,7 +672,7 @@ GET /api/workflows/{version}/{id}/status
677
672
678
673
679
674
<a name =" api-workflows-version-id-timing-get " ></a >
680
- ### Get a visual diagram of a running workflow
675
+ ## Get a visual diagram of a running workflow
681
676
```
682
677
GET /api/workflows/{version}/{id}/timing
683
678
```
@@ -718,7 +713,7 @@ Returns a javascript file which will render a Gantt chart for the requested work
718
713
719
714
720
715
<a name =" engine-version-stats-get " ></a >
721
- ### Returns basic statistics from this Cromwell server.
716
+ ## Returns basic statistics from this Cromwell server.
722
717
```
723
718
GET /engine/{version}/stats
724
719
```
@@ -744,7 +739,7 @@ GET /engine/{version}/stats
744
739
745
740
746
741
<a name =" engine-version-status-get " ></a >
747
- ### Return the current health status of any monitored subsystems
742
+ ## Return the current health status of any monitored subsystems
748
743
```
749
744
GET /engine/{version}/status
750
745
```
0 commit comments