ResolvedActivityField
One resolved field on an ActivityCompleted replay entry.
Uuid matches ActivityField.Uuid (the canonical key, stable across
writer renames of the display id).
public class ResolvedActivityField
Inheritance System.Object → ResolvedActivityField
Properties
Uuid
Canonical field key — matches ActivityField.Uuid.
public string Uuid { get; }
Property Value
Value
The committed value (bool / int / decimal / string per the variable’s type).
public object? Value { get; }