Skip to content

remora-monorepo


remora-monorepo / lib / WorkflowExecutionStateChannelOptions

Interface: WorkflowExecutionStateChannelOptions

Defined in: packages/core/src/executor/channel.ts:6

Options for configuring a BaseExecutionStateChannel.

Properties

debounce?

optional debounce: object

Defined in: packages/core/src/executor/channel.ts:7

flushOnComplete?

optional flushOnComplete: 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.