remora-monorepo / lib / WorkflowExecutionStateChannelOptions
Interface: WorkflowExecutionStateChannelOptions
Defined in: packages/core/src/executor/channel.ts:6
Options for configuring a BaseExecutionStateChannel.
Properties
debounce?
optionaldebounce:object
Defined in: packages/core/src/executor/channel.ts:7
flushOnComplete?
optionalflushOnComplete:boolean
Always flush terminal states (completed / failed) immediately, bypassing the debounce window. Defaults to true.
ms
ms:
number
Minimum interval in milliseconds between emitted states.