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:
Chris Sampson 2021-01-16 15:09:04 +00:00 committed by Pierre Villard
parent 097edf4f7c
commit 40f193098b
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
2 changed files with 2 additions and 2 deletions

View File

@ -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"]},

View File

@ -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"]},