4.64. VersionedProcessGroup

Name Description Schema

comments optional

The user-supplied comments for the componentExample : "string"

string

componentType optional

Example : "string"

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" ]

< VersionedConnection > array

controllerServices

optional

The Controller Services

Example : [ "VersionedControllerService" ]

< VersionedControllerService > array

funnels

optional

The Funnels

Example : [ "VersionedFunnel" ]

< VersionedFunnel > array

groupIdentifier optional

The ID of the Process Group that this component belongs toExample : "string"

string

identifier optional

The component's unique identifierExample : "string"

string

inputPorts

optional

The Input Ports

Example : [ "VersionedPort" ]

< VersionedPort > array

labels

optional

The Labels

Example : [ "VersionedLabel" ]

< VersionedLabel > array

name optional

The component's nameExample : "string"

string

outputPorts

optional

The Output Ports

Example : [ "VersionedPort" ]

< VersionedPort > array

parameterContextName optional

The name of the parameter context used by this process groupExample : "string"

string

position

optional

The component’s position on the graph

Example : "Position"

Position

processGroups

optional

The child Process Groups

Example : [ "VersionedProcessGroup" ]

< VersionedProcessGroup > array

processors

optional

The Processors

Example : [ "VersionedProcessor" ]

< VersionedProcessor > array

remoteProcessGroups

optional

The Remote Process Groups

Example : [ "VersionedRemoteProcessGroup" ]

< 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" }

< 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"

VersionedFlowCoordinates