Skip to main content

Interface: StorageDriverStoreContext

common.StorageDriverStoreContext

Context handed to StorageDriver.store.

Properties

abortSignal

Optional abortSignal: AbortSignal

Aborts the in-flight operation; siblings are cancelled on first error.


limiter

limiter: StorageDriverLimiter<IPayload>

Drivers should wrap each store request in StorageDriverLimiter.permit.


target

Optional target: StorageDriverTargetInfo

Identity of the workflow / activity that produced the payloads.