"""Product status constants.""" SUBMITTED = 'submitted' IN_PROGRESS = 'in_progress' COMPLETED = 'completed' ERROR_CORRECTION = 'error_correction'