export const getWorkflowCopyName = (name: string): string => `${name.trim()} (copy)`;