status_column = 'status' class WorkflowStatus: INGESTED = 'INGESTED' STARTED = 'STARTED' FAILED = 'FAILED'