-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When multiple end nodes are availible we can choose onto which we will apply pipe_output. Can be multiple. Changes: - Applicable gets the method on_output that allows to specify target nodes - pipe_output inherits from NodeTransformer - pipe_output the namespace is resolved in Node level name to avoid collisions - if on_output is global it limits the all the steps to the same subset, we prohibit additionally for steps to have clear specification of the end nodes Tested and documented.
- Loading branch information
1 parent
d4831ec
commit 37dedd3
Showing
2 changed files
with
229 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters