fix: recover run runtime state and logs

This commit is contained in:
npc0-hue
2026-08-07 12:01:26 +08:00
parent 3818fa0344
commit b789925ae5
23 changed files with 297 additions and 78 deletions
+3
View File
@@ -62,6 +62,9 @@ type RunLifecycleReport struct {
Progress RunJobProgressReport
Message string
ErrorCode string
ManagedProcessID string
ObservationSeq uint64
ObservedAt time.Time
ExecutionResult JobExecutionResult
}