A job_instance enriched with the parent job's display name.
More...
#include <scheduler_protocol.hpp>
|
|
std::int64_t | id = 0 |
| |
|
std::string | job_definition_id |
| |
|
std::string | job_name |
| |
|
std::string | action_type |
| |
|
std::string | status |
| | "starting" | "succeeded" | "failed"
|
| |
|
std::string | triggered_at |
| | ISO-8601 UTC.
|
| |
|
std::string | started_at |
| | ISO-8601 UTC.
|
| |
|
std::optional< std::string > | completed_at |
| |
|
std::optional< std::int64_t > | duration_ms |
| |
|
std::string | error_message |
| |
A job_instance enriched with the parent job's display name.
Returned by get_job_instances so the Qt layer can render the job name without a separate look-up.