about summary refs log tree commit diff
path: root/test-data/workflow-for-inputs-with-type-ambiguities.cwl
blob: 4e33148e28ea9f50d1dcb08df34a5c6c4bb24cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
class: Workflow
inputs:
  number: int
  flag: boolean
  reverseflag: boolean
  foo: string
  arr:
    type:
      type: array
      items: int
outputs: []