Skip to content

Rule.io SDK


Rule.io SDK / client/src / FindTemplateOwnerOptions

Interface: FindTemplateOwnerOptions

Defined in: client/src/find-template-owner.ts:85

Options for findTemplateOwner.

Properties

concurrency?

optional concurrency?: number

Defined in: client/src/find-template-owner.ts:92

Max concurrent in-flight listMessages and listDynamicSets calls. Higher values speed up scans but risk hitting Rule.io rate limits.

Default Value

ts
10

signal?

optional signal?: AbortSignal

Defined in: client/src/find-template-owner.ts:98

Optional signal to abort an in-flight scan. The promise resolves with the partial result accumulated so far when aborted.