cancel
Showing results for 
Search instead for 
Did you mean: 

Can not resolve identifier 'variableName'

jwistrom
Champ in-the-making
Champ in-the-making
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.

Regards
Johan
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hi Johan,
Could you please share the unit test you created ?
maybe someone will see something.

btw: I guess you are using similar configuration for the engine.