Actions
Feature #13016
closedIntroduce job invocation state
Status:
Closed
Priority:
Normal
Assignee:
Category:
Usability
Target version:
Difficulty:
Triaged:
Description
Part of #12814 was introducing a job invocation state. Currently we use state from foreman tasks which in job context is not ideal for searching (states like planning, planned, scheduled). We should define relevant states for job and use them in all helpers and views instead. We don't want to save state in DB though but rather create a mapping to foreman tasks state and result. We want to avoid another cached state (dynflow task state, foreman task state, execution state).
States relevant for job- queued - not started yet (executor did not create task / scheduled to future)
- running - task exists and should be processed already
- failed - final state with error
- succeeded - final state with success (or even warning)
Updated by Marek Hulán almost 9 years ago
- Blocks Feature #12814: Ship some default job invocation search bookmarks added
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 97
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/101 added
Updated by Marek Hulán almost 9 years ago
- Related to Feature #13020: Make job invocation state column sortable added
Updated by Marek Hulán almost 9 years ago
- Related to Feature #13038: Display status in hammer output added
Updated by Marek Hulán almost 9 years ago
- Translation missing: en.field_release set to 109
Updated by Marek Hulán almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|95c723b01cce1af38a60f397a290e4750986edfe.
Actions