4.64. VersionedProcessGroup
| Name | Description | Schema |
|---|---|---|
|
comments optional |
The user-supplied comments for the componentExample : |
string |
|
componentType optional |
Example : |
enum (CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE) |
|
connections optional |
The Connections Example : |
< VersionedConnection > array |
|
controllerServices optional |
The Controller Services Example : |
< VersionedControllerService > array |
|
funnels optional |
The Funnels Example : |
< VersionedFunnel > array |
|
groupIdentifier optional |
The ID of the Process Group that this component belongs toExample : |
string |
|
identifier optional |
The component's unique identifierExample : |
string |
|
inputPorts optional |
The Input Ports Example : |
< VersionedPort > array |
|
labels optional |
The Labels Example : |
< VersionedLabel > array |
|
name optional |
The component's nameExample : |
string |
|
outputPorts optional |
The Output Ports Example : |
< VersionedPort > array |
|
parameterContextName optional |
The name of the parameter context used by this process groupExample : |
string |
|
position optional |
The component’s position on the graph Example : |
Position |
|
processGroups optional |
The child Process Groups Example : |
< VersionedProcessGroup > array |
|
processors optional |
The Processors Example : |
< VersionedProcessor > array |
|
remoteProcessGroups optional |
The Remote Process Groups Example : |
< VersionedRemoteProcessGroup > array |
|
variables optional |
The Variables in the Variable Registry for this Process Group (not including any ancestor or descendant Process Groups)Example : |
< string, string > map |
|
versionedFlowCoordinates optional |
The coordinates where the remote flow is stored, or null if the Process Group is not directly under Version Control Example : |
VersionedFlowCoordinates |
