Skip to content

Commit 0829bd0

Browse files
author
Peter Amstutz
committed
Fix mistake in discussion of extracting field names from workflow step ids.
This text was originally writte for draft-3, which used periods for separtors. v1.0 was intended to specify slashes for consistency with schema salad scoping. However, this text was overlooked in the original v1.0 process.
1 parent cdc31b5 commit 0829bd0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

v1.0/Workflow.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@ $graph:
219219
## Input object
220220
221221
A WorkflowStepInput object must contain an `id` field in the form
222-
`#fieldname` or `#stepname.fieldname`. When the `id` field contains a
223-
period `.` the field name consists of the characters following the final
224-
period. This defines a field of the workflow step input object with the
225-
value of the `source` parameter(s).
222+
`#fieldname` or `#prefix/fieldname`. When the `id` field contains a slash
223+
`/` the field name consists of the characters following the final slash
224+
(the prefix portion may contain one or more slashes to indicate scope).
225+
This defines a field of the workflow step input object with the value of
226+
the `source` parameter(s).
226227
227228
## Merging
228229

v1.1.0-dev1/Workflow.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,11 @@ $graph:
225225
## Input object
226226
227227
A WorkflowStepInput object must contain an `id` field in the form
228-
`#fieldname` or `#stepname.fieldname`. When the `id` field contains a
229-
period `.` the field name consists of the characters following the final
230-
period. This defines a field of the workflow step input object with the
231-
value of the `source` parameter(s).
228+
`#fieldname` or `#prefix/fieldname`. When the `id` field contains a slash
229+
`/` the field name consists of the characters following the final slash
230+
(the prefix portion may contain one or more slashes to indicate scope).
231+
This defines a field of the workflow step input object with the value of
232+
the `source` parameter(s).
232233
233234
## Merging
234235

0 commit comments

Comments
 (0)