export interface IGenerateWorkflowRoutingRequest { workflowId: string; attributes: any; ___targetEmployees?: number[]; }