ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
job_instance_summary Struct Reference

A job_instance enriched with the parent job's display name. More...

#include <scheduler_protocol.hpp>

Collaboration diagram for job_instance_summary:
Collaboration graph

Public Attributes

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
 

Detailed Description

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.