UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 168 B
import type { WorkflowIdPolicy } from '../../n8n-packages.types'; export declare function decideWorkflowId(policy: WorkflowIdPolicy, sourceWorkflowId: string): string;