durable-execution-sdk-js.waitforconditioncheckfunc.md

December 2, 2025 ยท View on GitHub

Home > @aws/durable-execution-sdk-js > WaitForConditionCheckFunc

WaitForConditionCheckFunc type

Function that checks and updates state for waitForCondition operations

Signature:

export type WaitForConditionCheckFunc<
  T,
  Logger extends DurableLogger = DurableLogger,
> = (state: T, context: WaitForConditionContext<Logger>) => Promise<T>;

References: DurableLogger