diff --git a/docs/docs/TiesDb-Guide.md b/docs/docs/TiesDb-Guide.md index d93dd523b050..ccc6fe138d4e 100644 --- a/docs/docs/TiesDb-Guide.md +++ b/docs/docs/TiesDb-Guide.md @@ -116,10 +116,10 @@ different S3 bucket, a new output object will be created. Otherwise, the previou 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 -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. +Workflow Manager will first pick the supplementals with the best job status. It first looks for a +job status of `COMPLETE`, and then `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. In order to determine if a previous job was similar enough to a current job, a hash of the important parts of the jobs is computed. The parts of the job that are included in the hash are: diff --git a/docs/docs/html/REST-API.html b/docs/docs/html/REST-API.html index 7e6e1a783b2f..774e546e6cab 100644 --- a/docs/docs/html/REST-API.html +++ b/docs/docs/html/REST-API.html @@ -1041,8 +1041,8 @@

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, + IN_PROGRESS, IN_PROGRESS_ERRORS, IN_PROGRESS_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/TiesDb-Guide/index.html b/docs/site/TiesDb-Guide/index.html index 9a184b1954c7..a793aaab4bfc 100644 --- a/docs/site/TiesDb-Guide/index.html +++ b/docs/site/TiesDb-Guide/index.html @@ -395,10 +395,10 @@

Before Job Check

different S3 bucket, a new output object will be created. Otherwise, the previous job's output 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 -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.

+Workflow Manager will first pick the supplementals with the best job status. It first looks for a +job status of COMPLETE, and then 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.

In order to determine if a previous job was similar enough to a current job, a hash of the important parts of the jobs is computed. The parts of the job that are included in the hash are: