Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.65 KB

VersionedProcessGroup.md

File metadata and controls

43 lines (36 loc) · 2.65 KB

VersionedProcessGroup

Properties

Name Type Description Notes
identifier String The component's unique identifier [optional]
name String The component's name [optional]
comments String The user-supplied comments for the component [optional]
position ThePositionOfAComponentOnTheGraph The component's position on the graph [optional]
processGroups List<VersionedProcessGroup> The child Process Groups [optional]
remoteProcessGroups List<VersionedRemoteProcessGroup> The Remote Process Groups [optional]
processors List<VersionedProcessor> The Processors [optional]
inputPorts List<VersionedPort> The Input Ports [optional]
outputPorts List<VersionedPort> The Output Ports [optional]
connections List<VersionedConnection> The Connections [optional]
labels List<VersionedLabel> The Labels [optional]
funnels List<VersionedFunnel> The Funnels [optional]
controllerServices List<VersionedControllerService> The Controller Services [optional]
versionedFlowCoordinates VersionedFlowCoordinates The coordinates where the remote flow is stored, or null if the Process Group is not directly under Version Control [optional]
variables Map<String, String> The Variables in the Variable Registry for this Process Group (not including any ancestor or descendant Process Groups) [optional]
componentType ComponentTypeEnum [optional]
groupIdentifier String The ID of the Process Group that this component belongs to [optional]

Enum: ComponentTypeEnum

Name Value
CONNECTION "CONNECTION"
PROCESSOR "PROCESSOR"
PROCESS_GROUP "PROCESS_GROUP"
REMOTE_PROCESS_GROUP "REMOTE_PROCESS_GROUP"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
FUNNEL "FUNNEL"
LABEL "LABEL"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"