Camunda cockpit - search for processes using a variable value of correct type

Hi,
When a Camunda variable has numeral value like “12345” but is stored as a String then Camunda cockpit is not able to find the process instance when searching for it using variable value.

Maybe Camunda is querying the database with LONG_ column instead of TEXT_ column?

How to force Camunda cockpit to search correctly? This issue is in Postgres database.

To solve this, in cockpit search for variablename LIKE variablevalue instead of variablename = variablevalue.

Now cockpit searches correctly in text_ column even if the value is numeric

Or specify the value to search for in quotation marks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.