You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-pipelines/GraphRegistrationContext.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,14 @@ A new [Table](Table.md) is added when `GraphRegistrationContext` is requested to
87
87
88
88
`GraphRegistrationContext` creates an empty registry of [Sink](Sink.md)s when [created](#creating-instance).
89
89
90
+
A new sink is registered using [registerSink](#registerSink) (when `PipelinesHandler` is requested to [define a sink](PipelinesHandler.md#defineOutput)).
91
+
92
+
All the sinks registered are available via [getSinks](#getSinks).
93
+
94
+
A pipeline is considered [empty](#isPipelineEmpty) if there are no sinks (among the other persistent entities).
95
+
96
+
Eventually, `GraphRegistrationContext` uses the `sinks` to [create a DataflowGraph](#toDataflowGraph).
97
+
90
98
## Flows { #flows }
91
99
92
100
`GraphRegistrationContext` creates an empty registry of [UnresolvedFlow](UnresolvedFlow.md)s when [created](#creating-instance).
0 commit comments