Resolver identity, supplied by the resolving caller (the API layer that authenticated the human or agent). Delivered to the waiting workflow inside $resolution; never written to the stored resolver_payload.

interface ResolvedByIdentity {
    email?: string;
    id: string;
}

Properties

Properties

email?: string
id: string