X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/33c10053b22fd5065516eb7df4c58b55a70d490c..9c0ea426167e01ea69ff022a811803aa95a302d4:/sdk/cwl/arvados_cwl/arv-cwl-schema.yml diff --git a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml index 4f762192a2..902b1ffba2 100644 --- a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml +++ b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml @@ -232,4 +232,24 @@ $graph: coresMin: type: int? doc: Minimum cores allocated to cwl-runner - jsonldPredicate: "https://w3id.org/cwl/cwl#ResourceRequirement/coresMin" \ No newline at end of file + jsonldPredicate: "https://w3id.org/cwl/cwl#ResourceRequirement/coresMin" + +- name: ClusterTarget + type: record + extends: cwl:ProcessRequirement + inVocab: false + doc: | + Specify where a workflow step should run + fields: + class: + type: string + doc: "Always 'arv:ClusterTarget'" + jsonldPredicate: + _id: "@type" + _type: "@vocab" + cluster_id: + type: string? + doc: The cluster to run the container + project_uuid: + type: string? + doc: The project that will own the container requests and intermediate collections