processGroup
The details for a process group within this NiFi flow.
XML
Elements
| name (type) |
min/max occurs |
description |
|
name (string)
|
0/1 |
The name of this Process Group.
|
|
parent (processGroup)
|
0/1 |
This Process Group's parent
|
|
comments (string)
|
0/1 |
The comments for this process group.
|
|
contents (flowSnippet)
|
0/1 |
The contents of this process group. This field will be populated if the
request is marked verbose.
|
|
inputPortCount (int)
|
0/1 |
The number of input ports contained in this process group.
|
|
invalidCount (int)
|
0/1 |
The number of invalid components in this process group.
|
|
outputPortCount (int)
|
0/1 |
The number of output ports in this process group.
|
|
runningCount (int)
|
0/1 |
The number of running component in this process group.
|
|
stoppedCount (int)
|
0/1 |
The number of stopped components in this process group.
|
|
disabledCount (int)
|
0/1 |
The number of disabled components in this process group.
|
|
activeRemotePortCount (int)
|
0/1 |
The number of active remote ports in this process group.
|
|
inactiveRemotePortCount (int)
|
0/1 |
The number of inactive remote ports in this process group.
|
JSON
| property |
type |
description |
| name |
name (string)
|
The name of this Process Group.
|
| parent |
parent (processGroup)
|
This Process Group's parent
|
| comments |
comments (string)
|
The comments for this process group.
|
| contents |
contents (flowSnippet)
|
The contents of this process group. This field will be populated if the
request is marked verbose.
|
| inputPortCount |
inputPortCount (int)
|
The number of input ports contained in this process group.
|
| invalidCount |
invalidCount (int)
|
The number of invalid components in this process group.
|
| outputPortCount |
outputPortCount (int)
|
The number of output ports in this process group.
|
| runningCount |
runningCount (int)
|
The number of running component in this process group.
|
| stoppedCount |
stoppedCount (int)
|
The number of stopped components in this process group.
|
| disabledCount |
disabledCount (int)
|
The number of disabled components in this process group.
|
| activeRemotePortCount |
activeRemotePortCount (int)
|
The number of active remote ports in this process group.
|
| inactiveRemotePortCount |
inactiveRemotePortCount (int)
|
The number of inactive remote ports in this process group.
|