-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add full component graph build (#7045)
* Add full component graph build * PR feedback * Split adding nodes to graph from adding to pipelines * Rename fanInNode to capabilitiesNode * Add consumerNode interface * Clarify comments about start/stop order of graph * Simplify nextProcessors * Move virtual node creation to createNodes, simplify createEdges * Remove node build methods. Pull CreateSettings into buildComponent functions. * Fix capabilities node MutatesData
- Loading branch information
1 parent
3c791d8
commit 490fd6a
Showing
8 changed files
with
2,064 additions
and
105 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
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
Oops, something went wrong.