You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/commonwl/view/cwl/CWLService.java
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ public List<WorkflowOverview> getWorkflowOverviewsFromPacked(File packedFile) th
169
169
* Note, the length of the stream is not checked.
170
170
*
171
171
* @param workflowStream The workflow stream to be parsed
172
-
* @param packedWorkflowId The ID of the workflow object if the file is packed
172
+
* @param packedWorkflowId The ID of the workflow object if the file is packed. <code>null</code> means the workflow is not expected to be packed, while "" means the first workflow found is used, packed or non-packed.
173
173
* @param defaultLabel Label to give workflow if not set
174
174
* @return The constructed workflow object
175
175
*/
@@ -178,29 +178,31 @@ public Workflow parseWorkflowNative(InputStream workflowStream, String packedWor
Copy file name to clipboardExpand all lines: src/main/resources/templates/apidocs.html
+125-1Lines changed: 125 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ <h1>JSON API Documentation</h1>
39
39
40
40
<p>If you make anything utilizing our API, please <ahref="https://gitter.im/common-workflow-language/cwlviewer" alt="Gitter Chatroom" target="_blank" rel="noopener">let us know about it</a> - we would love to see!</p>
41
41
42
-
<p>All queries require the following header to receive a JSON response:
42
+
<p>Except where noted otherwise, all queries require the following header to receive a JSON response:
0 commit comments