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

    Interface EngineClockTarget

    The two engine clock operations this clock drives. Declared structurally so this module stays independent of the generated client; CamundaClient satisfies it as-is.

    interface EngineClockTarget {
        pinClock(input: { timestamp: number }): PromiseLike<unknown>;
        resetClock(): PromiseLike<unknown>;
    }
    Index
    • Parameters

      • input: { timestamp: number }

      Returns PromiseLike<unknown>