flowSnippet
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The contents of a flow snippet.
XML
Elements
| name (type) |
min/max occurs |
description |
|
connections (connection)
|
0/unbounded |
The connections in this flow snippet.
|
|
inputPorts (port)
|
0/unbounded |
The input ports in this flow snippet.
|
|
labels (label)
|
0/unbounded |
The labels in this flow snippet.
|
|
funnels (funnel)
|
0/unbounded |
The funnels in this flow snippet.
|
|
outputPorts (port)
|
0/unbounded |
The output ports in this flow snippet.
|
|
processGroups (processGroup)
|
0/unbounded |
The process groups in this flow snippet.
|
|
processors (processor)
|
0/unbounded |
The processors in this flow group.
|
|
remoteProcessGroups (remoteProcessGroup)
|
0/unbounded |
The remote process groups in this flow snippet.
|
JSON
| property |
type |
description |
| connections |
array of connections (connection)
|
The connections in this flow snippet.
|
| inputPorts |
array of inputPorts (port)
|
The input ports in this flow snippet.
|
| labels |
array of labels (label)
|
The labels in this flow snippet.
|
| funnels |
array of funnels (funnel)
|
The funnels in this flow snippet.
|
| outputPorts |
array of outputPorts (port)
|
The output ports in this flow snippet.
|
| processGroups |
array of processGroups (processGroup)
|
The process groups in this flow snippet.
|
| processors |
array of processors (processor)
|
The processors in this flow group.
|
| remoteProcessGroups |
array of remoteProcessGroups (remoteProcessGroup)
|
The remote process groups in this flow snippet.
|