10401: Add integration tests for directory listing behavior.
[arvados.git] / sdk / cwl / tests / wf / inputs_test.cwl
index 91d4db056ce8a98244b428a083a3aeca2399053b..5fea4fdddfe9058745f2ded5d070c324d9b6a4e0 100644 (file)
@@ -2,11 +2,12 @@
 # various input types as script_parameters in pipeline templates.
 
 class: Workflow
+cwlVersion: v1.0
 inputs:
   - id: "#fileInput"
     type: File
     label: It's a file; we expect to find some characters in it.
-    description: |
+    doc: |
       If there were anything further to say, it would be said here,
       or here.
   - id: "#boolInput"
@@ -21,7 +22,7 @@ inputs:
 outputs: []
 steps:
   - id: step1
-    inputs:
-      - { id: x, source: "#x" }
-    outputs: []
+    in:
+      - { id: x, source: "#fileInput" }
+    out: []
     run: ../tool/submit_tool.cwl