Repository: nifi Updated Branches: refs/heads/master b4bfcc1f2 -> f79812729
NIFI-1031 resolve reporting task error in flow.xml Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f7981272 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f7981272 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f7981272 Branch: refs/heads/master Commit: f798127290c5a0bf7fba9ea0aae8cbb733e67f40 Parents: b4bfcc1 Author: Mike Moser <[email protected]> Authored: Thu Oct 8 20:50:28 2015 -0400 Committer: Aldrin Piri <[email protected]> Committed: Fri Oct 9 10:53:23 2015 -0400 ---------------------------------------------------------------------- .../nifi-framework-core/src/main/resources/FlowConfiguration.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/f7981272/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd index 1809554..56f08a6 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd @@ -364,7 +364,7 @@ <xs:element name="comment" type="xs:string" /> <xs:element name="class" type="NonEmptyStringType" /> <xs:element name="schedulingPeriod" type="NonEmptyStringType"/> - <xs:element name="schedulingState" type="ScheduledState" /> + <xs:element name="scheduledState" type="ScheduledState" /> <xs:element name="schedulingStrategy" type="SchedulingStrategy" /> <xs:element name="property" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/>
