Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ $graph:
abstract: true
doc: |
Define an input or output parameter to a process.
fields:
- name: id
type: string
jsonldPredicate: "@id"
doc: "The unique identifier for this Parameter."


- type: enum
Expand Down
13 changes: 13 additions & 0 deletions Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,10 @@ $graph:
should be filtered out.

fields:
- name: id
type: string
jsonldPredicate: "@id"
doc: "The unique identifier of the source input field name."
- name: default
type: CWLObjectType?
doc: |
Expand Down Expand Up @@ -638,6 +642,11 @@ $graph:
A unique identifier for this workflow output parameter. This is
the identifier to use in the `source` field of `WorkflowStepInput`
to connect the output value to downstream parameters.
fields:
- name: id
type: string
jsonldPredicate: "@id"
doc: "The unique identifier of the workflow parameter to export."


- name: ScatterMethod
Expand Down Expand Up @@ -736,6 +745,10 @@ $graph:
a subworkflow (recursive workflows are not allowed).

fields:
- name: id
type: string
jsonldPredicate: "@id"
doc: "The unique identifier for this WorkflowStep."
- name: in
type: WorkflowStepInput[]
jsonldPredicate:
Expand Down