Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / flowInputStreamKey

Function: flowInputStreamKey()

flowInputStreamKey(childExecId, fieldPath): string

Defined in: packages/fireflow-types/src/flow/execution/runtime/stream-bridge.ts:317

Key for parent→child input streams (written on PARENT workflow). ExecuteFlowNode writes to this key; EventListenerNode reads from the parent workflow using this key.

Parameters

childExecId

string

fieldPath

string

Returns

string

Licensed under BUSL-1.1