As a developer
I want the job stages API to return state, rather than success boolean
So that I can differentiate success/broken/failed/in progress
Assumptions:
- Also removes the old success boolean
- Requires changing the
JobStageTmp model, and stages to write more than just true/false
As a developer
I want the job stages API to return state, rather than success boolean
So that I can differentiate success/broken/failed/in progress
Assumptions:
JobStageTmpmodel, and stages to write more than just true/false