Hello there,
I have some strange behaviour in expression calling a method and passing a variable.
Here is the thing. On modeller, I have a service task that calls method from bean and passing a variable previously posted in user task. The variable holds a plain text.
${someService.customMethod(varThatHoldsPlainText)}
I’m getting an error when variable “varThatHoldsPlainText” contains special char ‘$’. Is there a solution to fix this?
I can escape or remove special chars when saving this variable, but is there a faster solution?