Skip to content

@persistent-ai/fireflow-executor / server / DbosKeyLabel

Type Alias: DbosKeyLabel

DbosKeyLabel = { description?: string; kind: "port-stream"; nodeId: string; nodeType: string; } | { fieldPath: string; kind: "flow-output"; } | { kind: "known-convention"; name: string; } | { kind: "undeclared"; }

Defined in: packages/fireflow-executor/types/execution.ts:148

Label for a dbos.streams/dbos.workflow_events key, resolved server-side against the execution's own .ffcontract (RFC 067 §3.2/§3.3). undeclared means the key was observed at runtime but has no matching contract entry — surfaced as-is rather than silently guessed at.

Licensed under BUSL-1.1