File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,16 +124,16 @@ be used to simplify workflows and command-line tools, moving common
124124parts of a workflow execution into reusable JavaScript code that
125125takes inputs and produces outputs like a command-line tool.
126126
127+ Operation is an abstract process that also takes inputs, produces
128+ outputs, and can be used in a workflow. But it is a special operation
129+ not so commonly used. It is discussed in the [ Operations section] ( ../topics/operations.md ) of this user guide.
130+
127131The workflow is a process that contains steps. Steps can be other
128132workflows (nested workflows), command-line tools, or expression tools.
129133The inputs of a workflow can be passed to any of its steps, while
130134the outputs produced by its steps can be used in the final output
131135of the workflow.
132136
133- Operation is an abstract process that also takes inputs, produces
134- outputs, and can be used in a workflow. But it is a special operation
135- not so commonly used. It is discussed in the [ Operations section] ( ../topics/operations.md ) of this user guide.
136-
137137The CWL specification allows for implementations to provide extra
138138functionality and specify prerequisites to workflows through * requirements* .
139139There are many requirements defined in the CWL specification, for instance:
You can’t perform that action at this time.
0 commit comments