mirror of https://github.com/apache/nifi.git
NIFI-7726 correct versionedFlowState field name in SiteToSiteStatusReportingTask schema
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #4762.
This commit is contained in:
parent
097edf4f7c
commit
40f193098b
|
@ -85,7 +85,7 @@
|
|||
{ "name" : "inputContentSize", "type" : ["long", "null"]},
|
||||
{ "name" : "outputContentSize", "type" : ["long", "null"]},
|
||||
{ "name" : "queuedContentSize", "type" : ["long", "null"]},
|
||||
{ "name" : "versionedFlowStatus", "type" : ["string", "null"]},
|
||||
{ "name" : "versionedFlowState", "type" : ["string", "null"]},
|
||||
|
||||
// fields for remote process groups
|
||||
{ "name" : "activeRemotePortCount", "type" : ["long", "null"]},
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
{ "name" : "inputContentSize", "type" : ["long", "null"]},
|
||||
{ "name" : "outputContentSize", "type" : ["long", "null"]},
|
||||
{ "name" : "queuedContentSize", "type" : ["long", "null"]},
|
||||
{ "name" : "versionedFlowStatus", "type" : ["string", "null"]},
|
||||
{ "name" : "versionedFlowState", "type" : ["string", "null"]},
|
||||
|
||||
// fields for remote process groups
|
||||
{ "name" : "activeRemotePortCount", "type" : ["long", "null"]},
|
||||
|
|
Loading…
Reference in New Issue