export function isWorkFlow(type: string | undefined) { return type === 'WORK_FLOW' }