export const PROCESS_STATUSES = { IDLE: 'idle', START: 'start', IN_PROGRESS: 'inProgress', COMPLETED: 'completed', FAILED: 'failed', };