export const WORKFLOW_LAYOUT_DEFAULT_OPTIONS = { ranksep: 80, // Vertical distance between 2 nodes nodesep: 200, // Horizontal distance between 2 nodes rankdir: 'TB', } as const;