export enum ProcessStatus {
  TASK_COMPLETED = 'TASK_COMPLETED',
  ERROR = 'ERROR',
  FINISH = 'FINISH'
}
