FlowScript interface exported
Last updated: 2026-03-05T10:53:28.859Z
Location
Metrics
LOC: 10
Complexity: 1
Params: 0
Signature
interface FlowScript
Summary
The complete flow script — portable, replayable, shareable
Source Code
export interface FlowScript {
/** Unique flow identifier */
id: string;
/** Flow metadata */
metadata: FlowMetadata;
/** Default replay configuration */
replayConfig: ReplayConfig;
/** Ordered list of steps to execute */
steps: FlowStep[];
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| TabId | uses |
| getDemoFlows | uses |
| parseFlowScript | uses |
| isValidFieldType | uses |
| OrchestratorCallbacks | uses |
| makeFlow | uses |
| validFlowStep | uses |