From 1b5e325b6f0de29426db9b23763fef938eaa5e03 Mon Sep 17 00:00:00 2001 From: jtat Date: Mon, 21 Apr 2025 10:58:39 -0400 Subject: [PATCH 1/5] update docs to reflect merging COMPLETE_WITH_ERRORS into ERROR --- docs/docs/TiesDb-Guide.md | 2 +- docs/docs/html/REST-API.html | 4 ++-- docs/site/Release-Notes/index.html | 2 +- docs/site/TiesDb-Guide/index.html | 2 +- docs/site/html/REST-API.html | 4 ++-- docs/site/search/search_index.json | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docs/TiesDb-Guide.md b/docs/docs/TiesDb-Guide.md index d93dd523b050..a0ade622219a 100644 --- a/docs/docs/TiesDb-Guide.md +++ b/docs/docs/TiesDb-Guide.md @@ -117,7 +117,7 @@ object will be used. It is possible for there to be multiple matching supplementals in TiesDb. In that case, Workflow Manager will first pick the supplementals with the best job status. The job statuses -from best to worst are `COMPLETE`, `COMPLETE_WITH_WARNINGS`, and `COMPLETE_WITH_ERRORS`. If no jobs +from best to worst are `COMPLETE`, and `COMPLETE_WITH_WARNINGS`. If no jobs with those statuses exist, all other statuses are considered equally bad. If there are multiple supplementals with the same status, the most recently created supplemental will be used. diff --git a/docs/docs/html/REST-API.html b/docs/docs/html/REST-API.html index 7e6e1a783b2f..0d8d40b475b1 100644 --- a/docs/docs/html/REST-API.html +++ b/docs/docs/html/REST-API.html @@ -1042,7 +1042,7 @@

SingleJobInfo (Response only)

A string that will be one of the following values: UNKNOWN, INITIALIZED (the job has been initialized but not started), IN_PROGRESS, IN_PROGRESS_ERRORS, IN_PROGRESS_WARNINGS - COMPLETE, COMPLETE_WITH_ERRORS, COMPLETE_WITH_WARNINGS, + COMPLETE, COMPLETE_WITH_WARNINGS, CANCELLING, CANCELLED, CANCELLED_BY_SHUTDOWN, ERROR @@ -1070,7 +1070,7 @@

SingleJobInfo (Response only)

terminal boolean - True if jobStatus is COMPLETE, COMPLETE_WITH_ERRORS, + True if jobStatus is COMPLETE, COMPLETE_WITH_WARNINGS, CANCELLED, CANCELLED_BY_SHUTDOWN, or ERROR; otherwise false diff --git a/docs/site/Release-Notes/index.html b/docs/site/Release-Notes/index.html index afd1f19843f1..3b9425852ebe 100644 --- a/docs/site/Release-Notes/index.html +++ b/docs/site/Release-Notes/index.html @@ -3355,7 +3355,7 @@

Bug Fixes