Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-types / BridgeEventsAPI

Interface: BridgeEventsAPI

Defined in: packages/fireflow-types/src/miniapp/bridge.ts:81

Tier 2: DBOS events (key-value retrieval).

Properties

get()

get: (workflowId, key, opts?) => Promise<{ found: boolean; value: unknown; }>

Defined in: packages/fireflow-types/src/miniapp/bridge.ts:82

Parameters

workflowId

string

key

string

opts?
timeoutSeconds?

number

Returns

Promise<{ found: boolean; value: unknown; }>

Licensed under BUSL-1.1