Home > @aws/durable-execution-sdk-js > WaitForConditionConfig
Configuration options for waitForCondition operations
Signature:
export interface WaitForConditionConfig<T>|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
T |
Initial state value to start the condition checking with | ||
|
Serdes<T> |
(Optional) Serialization/deserialization configuration for state data | ||
|
Strategy function that determines when to continue waiting and how long to delay |