4.65. 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 ConnectionsExample : |
< VersionedConnection > array |
|
controllerServices optional |
The Controller ServicesExample : |
< VersionedControllerService > array |
|
flowFileConcurrency optional |
The configured FlowFile Concurrency for the Process GroupExample :
|
string |
|
flowFileOutboundPolicy optional |
The FlowFile Outbound Policy for the Process GroupExample :
|
string |
|
funnels optional |
The FunnelsExample : |
< 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 PortsExample : |
< VersionedPort > array |
|
labels optional |
The LabelsExample : |
< VersionedLabel > array |
|
name optional |
The component's nameExample : |
string |
|
outputPorts optional |
The Output PortsExample : |
< VersionedPort > array |
|
parameterContextName optional |
The name of the parameter context used by this process groupExample :
|
string |
|
position optional |
The component's position on the graphExample : |
Position |
|
processGroups optional |
The child Process GroupsExample : |
< VersionedProcessGroup > array |
|
processors optional |
The ProcessorsExample : |
< VersionedProcessor > array |
|
remoteProcessGroups optional |
The Remote Process GroupsExample : |
< 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 ControlExample : |
VersionedFlowCoordinates |
