File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Each **process** describes what operation(s) the corresponding step in the pipel
122
122
123
123
Let's take a closer look at the ** process** block first, then we'll look at the ** workflow** block.
124
124
125
- ### 1.2 The ` process ` definition
125
+ ### 1.2. The ` process ` definition
126
126
127
127
The first block of code describes a ** process** .
128
128
The process definition starts with the keyword ` process ` , followed by the process name and finally the process body delimited by curly braces.
@@ -165,7 +165,7 @@ Another common qualifier is `val`.
165
165
166
166
In a real-world pipeline, a process usually contains additional blocks such as directives and inputs, which we'll introduce in a little bit.
167
167
168
- ### 1.3 The ` workflow ` definition
168
+ ### 1.3. The ` workflow ` definition
169
169
170
170
The second block of code describes the ** workflow** itself.
171
171
The workflow definition starts with the keyword ` workflow ` , followed by an optional name, then the workflow body delimited by curly braces.
You can’t perform that action at this time.
0 commit comments