Property Outcome
Outcome
Why the attempt is here rather than having simply succeeded.
public required JobAttemptOutcome Outcome { get; init; }
Property Value
Remarks
The distinction that decides whether the attempt cost anything: a Failed row consumed retry budget, an Interrupted one did not. A timeline of nothing but interruptions is infrastructure killing the job, not the job failing.