Skip to content

HTML Job status response #779

Closed
Closed
@fmigneault

Description

@fmigneault

Description

The process listing, description, and job listing all have HTML responses support. However, when listing jobs (/jobs?f=html or by default when in a browser), the provided links of the listed JobID point to /jobs/{jobID}?f=html. Since HTML is not implemented for that endpoint, Weaver's own references result in 406, and users are forced to manually set f=json to obtain the status contents as JSON.

To Do

  • Implement the Job Status response as HTML, such that the UI navigation in browsers is more natural.
  • Given that jobs contain many other sub-paths, not all easily represented by HTML, they should ensure to omit the f=html (or maybe even explicitly set f=json?).

References

Metadata

Metadata

Assignees

Labels

feature/jobIssues related to job execution, reporting and logging.triage/bugSomething isn't workingtriage/featureNew requested feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions