diff --git a/models/runbooks_execution_entity.go b/models/runbooks_execution_entity.go index 5d412d0..5540c61 100644 --- a/models/runbooks_execution_entity.go +++ b/models/runbooks_execution_entity.go @@ -32,12 +32,12 @@ type RunbooksExecutionEntity struct { // id ID string `json:"id,omitempty"` - // is closed - IsClosed bool `json:"is_closed,omitempty"` - // runbook Runbook *SlimRunbookEntity `json:"runbook,omitempty"` + // status + Status string `json:"status,omitempty"` + // steps Steps *RunbooksExecutionStepEntity `json:"steps,omitempty"`