I am using a javascript in a scriptTask that looks like this
variableName = anotherVariableName
I am running on Activiti 5.17. This script worked when I used 5.12. I wrote a JUnit test which failed with 5.17 but when I upgraded to 5.18 it worked just fine. When I later implemented 5.18 in my application the same error occurred. I saw some explanation about JDK version but how come my JUnit test worked with 5.18 but not in the application. Any ideas where the problem might be?
I have many processes running on the process definition with this java script so I am eager to make this work asap.