File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,11 +138,14 @@ We have a few steps available for chaining calls:
138138This type of step is just an ordinary call of the function.
139139If you haven't specified ` param_name ` argument, then the result
140140of 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
142142step can be found in key word arguments with the param name you specified.
143143
144144You can add sequential steps with ` .call_next ` method of the pipeline.
145145
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+
146149### Mapper step
147150
148151This 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