Add max resource requirement in single container test and test workflow
[arvados.git] / sdk / cwl / tests / wf / echo-wf.cwl
diff --git a/sdk/cwl/tests/wf/echo-wf.cwl b/sdk/cwl/tests/wf/echo-wf.cwl
new file mode 100644 (file)
index 0000000..63a5438
--- /dev/null
@@ -0,0 +1,18 @@
+cwlVersion: v1.0
+class: Workflow
+$namespaces:
+  arv: "http://arvados.org/cwl#"
+requirements:
+  SubworkflowFeatureRequirement: {}
+
+inputs: []
+
+outputs: []
+
+steps:
+  echo-subwf:
+    requirements:
+      arv:RunInSingleContainer: {}
+    run: echo-subwf.cwl
+    in: []
+    out: []