Question
Are transition conditions case sensitive? We are seeing some of the conditions fail because of the process data are in different cases. For example, we have a <PREVIOUS_ACTION> = "ANALYST"
condition failing because the value is Analyst
.
Answer
Yes, conditions are case sensitive, both the condition process data name (in your case <PREVIOUS_ACTION>
) and the comparison value (ANALYST
vs Analyst
).