Skip to main content

Interface: IntoHistoriesOptions

client.IntoHistoriesOptions

Options for ().intoHistories()

Properties

bufferLimit

Optional bufferLimit: number

Maximum number of workflow histories to buffer ahead, ready for consumption.

It is recommended to set bufferLimit to a rasonnably low number if it is expected that the iterable may be stopped before reaching completion (for example, when implementing a fail fast bach replay test).

Ignored unless concurrency > 1. No limit applies if set to undefined.

Default

unlimited

concurrency

Optional concurrency: number

Maximum number of workflow histories to download concurrently.

Default

5