↓ 1 callersFunctionresolveVariables(
variables: Record<string, VariableMapping>,
contact: Contact,
customValues?: Map<string, string>,
)
src/hooks/use-broadcast-sending.ts:87
↓ 1 callersFunctionstartNewRun(
db: AdminClient,
flow: FlowRow,
input: DispatchInboundInput,
nodes: Map<string, FlowNodeRow>,
)
src/lib/flows/engine.ts:1051
FunctionAutomationCard({
automation,
onToggle,
onEdit,
onDuplicate,
onLogs,
onDelete,
}: {
automation: Automation
on
src/app/(dashboard)/automations/page.tsx:263