Property WorkerId
WorkerId
The worker currently holding the claim; null when nothing holds it.
public string? WorkerId { get; init; }
Property Value
Remarks
Also one of the three values a JobTransition fences on, which is what stops a worker that has lost its lease from writing an outcome for a job someone else now owns.