Skip to content

Commit

Permalink
MID-9278 tasks items marked operational (UI not tested, testng/integr…
Browse files Browse the repository at this point in the history
…ation tests are ok)
  • Loading branch information
1azyman committed Nov 20, 2023
1 parent 3c483c2 commit df976c5
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@
If the task is waiting (i.e. schedulingState = WAITING), what is this task waiting for?
Must be null if the task is not waiting for anything.
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="unpauseAction" type="tns:TaskUnpauseActionType" minOccurs="0">
Expand All @@ -216,6 +219,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:since>3.8</a:since>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -227,6 +231,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:since>4.3</a:since>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -236,6 +241,9 @@
Identifier of the node that currently executes this task.
(In case of node crash, the value here may be out-of-date.)
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="nodeAsObserved" type="xsd:string" minOccurs="0">
Expand All @@ -248,6 +256,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:displayName>TaskType.nodeAsObserved</a:displayName>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down Expand Up @@ -282,6 +291,9 @@
<xsd:documentation>
OperationResult that is used to compile task results (parent result).
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="resultStatus" type="tns:OperationResultStatusType" minOccurs="0">
Expand All @@ -292,6 +304,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:displayName>TaskType.resultStatus</a:displayName>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -312,6 +325,9 @@
<xsd:documentation>
The time when the task run was last started.
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="lastRunFinishTimestamp" type="xsd:dateTime" minOccurs="0">
Expand All @@ -320,6 +336,9 @@
The time when the (last) task run was finished, successfully or unsuccessfully.
(If node crashes, this attribute is not updated.)
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="completionTimestamp" type="xsd:dateTime" minOccurs="0">
Expand All @@ -329,6 +348,9 @@
lastRunFinishTimestamp, e.g. when task waits for its children to finish
and then closes automatically.)
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="cleanupAfterCompletion" type="xsd:duration" minOccurs="0">
Expand All @@ -352,6 +374,9 @@
TRANSIENT. This value is not stored in the repo, it is queried dynamically.
(It is currently not possible to use it for filtering or sorting.)
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="nextRetryTimestamp" type="xsd:dateTime" minOccurs="0">
Expand All @@ -365,6 +390,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:since>3.5</a:since>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -377,6 +403,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:displayName>TaskType.progress</a:displayName>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -385,6 +412,9 @@
<xsd:documentation>
Task-level operation statistics.
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="stalledSince" type="xsd:dateTime" minOccurs="0">
Expand All @@ -394,6 +424,9 @@
TRANSIENT. This value is not stored in the repo, it is queried dynamically.
(It is currently not possible to use it for filtering or sorting.)
</xsd:documentation>
<xsd:appinfo>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="expectedTotal" type="xsd:long" minOccurs="0">
Expand All @@ -412,6 +445,7 @@
<xsd:appinfo>
<a:deprecated>true</a:deprecated>
<a:deprecatedSince>4.4</a:deprecatedSince>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down Expand Up @@ -489,6 +523,7 @@
<a:removed>true</a:removed>
<a:deprecatedSince>4.4</a:deprecatedSince>
<a:removedSince>4.8</a:removedSince>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down Expand Up @@ -578,6 +613,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:since>3.8</a:since>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -596,6 +632,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:since>4.8</a:since>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down

0 comments on commit df976c5

Please sign in to comment.