export enum PipelineDomainQueueStatus { New = 1, Failed = 2, Finished = 3, Cancelled = 4, InProgress = 5 }