Searched refs:allWorkflows (Results 1 – 1 of 1) sorted by relevance
150 const allWorkflows = ([] as Workflow[]).concat(commonWorkflows, customWorkflows); constant151 return allWorkflows.sort((a, b) => a.name.localeCompare(b.name));