Work Flow Bypassing using condition

doc.custom_sales_type =="B2C PRODUCT INDIA" ||
doc.custom_clusterproduct1 in [  "CA1A", "CA1B", "CA1C", "CA1D", "CA1E", "CA1F", "CA1G", "CA1H", "CA1I", "CA1J", "CA1K", "CA1L",
    "CA1M", "CA1N", "CA1O", "CA1P", "CA1Q", "CA1R", "CA1S", "CA1T", "CA1U", "CA1V", "CA1W", "CA1X",
    "CA1Y", "CA1Z", "CA2A", "CA2B", "CA2C", "CA2D", "CA2E", "CA2F", "CA2G", "CA2H", "CA2I", "CA2J", "CA2K"]

in workflow condition
if custom sales type == B2C PRODUCT INDIA
and cluster product in these list other wise i dont want to go to work flow the user can skip the workflow and submit

Please check it.