X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6c0bf267d795a3ca49c3258c9490714c9e18d333..cac20b7dd2177edebc0a4f8087032d1143bd524e:/services/api/test/fixtures/workflows.yml diff --git a/services/api/test/fixtures/workflows.yml b/services/api/test/fixtures/workflows.yml index 4badf9e175..f79320e907 100644 --- a/services/api/test/fixtures/workflows.yml +++ b/services/api/test/fixtures/workflows.yml @@ -44,3 +44,22 @@ workflow_with_input_specifications: inputBinding: position: 1 outputs: [] + +workflow_with_input_defaults: + uuid: zzzzz-7fd4e-validwithinput2 + owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0 + name: Workflow with default input specifications + description: this workflow has inputs specified + created_at: <%= 1.minute.ago.to_s(:db) %> + definition: | + cwlVersion: v1.0 + class: CommandLineTool + baseCommand: + - echo + inputs: + - type: string + id: ex_string + - type: string + id: ex_string_def + default: hello-testing-123 + outputs: []