Skip to content

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

Interface: BridgeMessagesAPI

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

Tier 2: DBOS messaging (send messages to workflows).

Properties

send()

send: (workflowId, message, opts?) => Promise<{ success: boolean; }>

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

Parameters

workflowId

string

message

unknown

opts?
topic?

string

Returns

Promise<{ success: boolean; }>

Licensed under BUSL-1.1