Workflow does not run because the Workflow Conditions are case sensitiveIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Workflow condition is now case sensitive. For example, in a workflow based on Incident table with the following condition: ------'Short Description' contains "sap" ------Observation: The workflow triggers only when the 'Short Description field contains "sap" in lower case on the incident. If the user entered "SAP" in upper case the workflow does not pick the condition and does not trigger. Expectation: Workflow should trigger irrespective of the case in the condition. STEPS TO REPRODUCE: ===================== Issue reproduced OOB on several versions: Versions tested: Kingston P6, Istanbul 11b, Jakarta 9, London 1). Create a simple workflow: Incident Snow test Begin Set Values (Assignment group = Analysts, Priority = 3 - Medium End Table: Incident ----------------- In Workflow Editor > Open the new workflow > Navigate to properties In the Workflow Properties > Conditions tab Enter 'Short Description' contains 'sap' Save and Publish workflow 2). Test the Workflow a). Create a new incident Navigate to Incidents > Create New Enter mandatory valuesShort Description: SNOW TEST SAP 4 Click Save Observed behaviour: The workflow did not attach b). Create another incident: Short Description: snow test sap 4 Observed behaviour: The workflow attached and set assignment group and Priority as specified in the workflow 3). Tested with Business Rule: Create a new BR on Incident: Table: Incident When to run: Short description 'contains' sap Insert: True Update: True -Action: Set field values: Category to Database, Business Service to Blackberry 4). Test the Business Rule (BR) a).Create a new Incident: Short description: SNOW TEST BR1 SAP Observed behaviour: The BR did not execute b). Create another Incident: Short description: snow test BR1 sap Observed behaviour: The BR executed and set the field values: Category to Database, Business Service to Blackberry Release Istanbul, Jakarta, Kingston, London Cause This is the designed functionality and the expected behaviour Resolution Condition evaluations are case-sensitive in Business Rule and Workflow Conditions. This has always been the designed functionality and the expected behaviour The behavior where condition evaluation is case sensitive, is the same in all the different releases such as Istanbul, Jakarta, Kingston and London. So, this is the expected behaviour and the product has always worked this way