@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ThreadedJob

    ThreadedJob: Omit<EnrichedActivatedJob, "log" | "clock">

    clock is omitted alongside log for the same reason: both are live in-process objects, and a pinned clock cannot cross the worker-thread boundary. Threaded handlers use ambient time — see camunda/orchestration-cluster-api-js#450.