agentskit.js

FlowRunEvent

Auto-generated API reference for FlowRunEvent.

Type Alias: FlowRunEvent

FlowRunEvent = { flow: string; runId: string; type: "flow:start"; } | { flow: string; nodeId: string; runId: string; type: "node:start"; } | { flow: string; nodeId: string; result: unknown; runId: string; type: "node:success"; } | { error: string; flow: string; nodeId: string; runId: string; type: "node:failure"; } | { flow: string; outputs: Record<string, unknown>; runId: string; type: "flow:done"; }

Defined in: flow.ts:162

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page