generateFlowId function

Last updated: 2026-03-05T10:53:28.863Z

Metrics

LOC: 3 Complexity: 1 Params: 0

Signature

generateFlowId(): : string

Source Code

function generateFlowId(): string {
  return `flow_${Date.now()}_${Math.random().toString(36).slice(2, 8)}`;
}

No outgoing dependencies.

Impact (Incoming)

graph LR generateFlowId["generateFlowId"] convertRecordingToFlow["convertRecordingToFlow"] convertRecordingToFlow -->|calls| generateFlowId style generateFlowId fill:#dbeafe,stroke:#2563eb,stroke-width:2px click generateFlowId "1cb137866728c1e8.html" click convertRecordingToFlow "757a5ffbc62eadcc.html"
SourceType
convertRecordingToFlow calls