mirror of https://github.com/apache/nifi.git
NIFI-1031 resolve reporting task error in flow.xml
Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
b4bfcc1f21
commit
f798127290
|
@ -364,7 +364,7 @@
|
||||||
<xs:element name="comment" type="xs:string" />
|
<xs:element name="comment" type="xs:string" />
|
||||||
<xs:element name="class" type="NonEmptyStringType" />
|
<xs:element name="class" type="NonEmptyStringType" />
|
||||||
<xs:element name="schedulingPeriod" 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="schedulingStrategy" type="SchedulingStrategy" />
|
||||||
|
|
||||||
<xs:element name="property" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
<xs:element name="property" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
|
Loading…
Reference in New Issue