static const Map<String, Color> statusColor = { "COMPLETED": Colors.green, "IN_PROGRESS": Colors.orange, "FAILED": Colors.red };