File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,14 @@ We have a few steps available for chaining calls:
138
138
This type of step is just an ordinary call of the function.
139
139
If you haven't specified ` param_name ` argument, then the result
140
140
of the previous step will be passed as the first argument of the function.
141
- Uf you did specify the ` param_name ` argument, then the result of the previous
141
+ If you did specify the ` param_name ` argument, then the result of the previous
142
142
step can be found in key word arguments with the param name you specified.
143
143
144
144
You can add sequential steps with ` .call_next ` method of the pipeline.
145
145
146
+ If you don't want to pass the result of the previous step to the next one,
147
+ you can use ` .call_after ` method of the pipeline.
148
+
146
149
### Mapper step
147
150
148
151
This step runs specified task for each item of the previous task's result spawning
You can’t perform that action at this time.
0 commit comments