# Test case for arvados-cwl-runner. Used to test propagation of # various input types as script_parameters in pipeline templates. class: Workflow cwlVersion: draft-3 inputs: - id: "#fileInput" type: File label: It's a file; we expect to find some characters in it. description: | If there were anything further to say, it would be said here, or here. - id: "#boolInput" type: boolean label: True or false? - id: "#floatInput" type: float label: Floats like a duck default: 0.1 - id: "#optionalFloatInput" type: ["null", float] outputs: [] steps: - id: step1 inputs: - { id: x, source: "#x" } outputs: [] run: ../tool/submit_tool.cwl