Skip to content

Commit

Permalink
Merge pull request #386 from MAAP-Project/job-status-mapping
Browse files Browse the repository at this point in the history
added hysds <-> maap job status mapping
  • Loading branch information
rtapella committed Mar 21, 2024
2 parents a2d7c55 + e937036 commit 83acbb0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/source/system_reference_guide/jobs_maappy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,20 @@
"\n",
"```\n",
"'<wps:StatusInfo xmlns:ows=\"http://www.opengis.net/ows/2.0\" xmlns:schemaLocation=\"http://schemas.opengis.net/wps/2.0/wps.xsd\" xmlns:wps=\"http://www.opengis.net/wps/2.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><wps:JobID>86fbac52-24b0-4963-8b67-59d0fc09946a</wps:JobID><wps:Status>Succeeded</wps:Status></wps:StatusInfo>'\n",
"```"
"```\n",
"\n",
"### Job Status\n",
"Job status may be different between the HySDS Figaro job-monitoring dashboard and the Jobs UI. Below is a mapping of status terms:\n",
"```\n",
"MAAP <- HySDS\n",
"Accepted <- job-queued\n",
"Running <- job-started\n",
"Success <- job-completed\n",
"Failed <- job-offline or job-failed\n",
"job-revoked <- job-revoked (when a queued or running job is stopped before completion)\n",
"\n",
"HySDS state not valid/used in MAAP: job-deduped\n",
"```\n"
]
},
{
Expand Down
15 changes: 14 additions & 1 deletion docs/source/system_reference_guide/jobsui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,20 @@
"\n",
"Users can sort jobs by queued, start, and end time in ascending/descending order. Users may use the search bar to filter the job list down to jobs containing the user-provided string in any of the fields shown. \n",
"\n",
"![jobs_ui_overview](../_static/jobs_ui_overview.png)\n"
"![jobs_ui_overview](../_static/jobs_ui_overview.png)\n",
"\n",
"### Job Status\n",
"Job status may be different between the HySDS Figaro job-monitoring dashboard and the Jobs UI. Below is a mapping of status terms:\n",
"```\n",
"MAAP <- HySDS\n",
"Accepted <- job-queued\n",
"Running <- job-started\n",
"Success <- job-completed\n",
"Failed <- job-offline or job-failed\n",
"job-revoked <- job-revoked (when a queued or running job is stopped before completion)\n",
"\n",
"HySDS state not valid/used in MAAP: job-deduped\n",
"```\n"
]
},
{
Expand Down

0 comments on commit 83acbb0

Please sign in to comment.