cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find scripting engine for 'Groovy after POST form

spille
Champ in-the-making
Champ in-the-making
Hi,

I use the REST API to post a form behind a task or to Initaite a process instance.

Now, this always works as expected. Only if there is a (Groovy) Script task in the next step it returns the error: Can't find scripting engine for 'Groovy

I don't have this problem if I use the activiti explorer to complete a task followed by a groovy script.
I only get this error when I try to complete a task that is followed by a groovy script, using the REST API.

Anyone had this problem before?

Thanks in advance,

Spille
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
Make sure the groovy-dependencies are on the classpath of your activiti-REST war or a valid JSR-233 provider exists in your JVM for groovy out of the box…

spille
Champ in-the-making
Champ in-the-making
Thanks, now I noticed that groovy-all.jar is present in the actviti-explorer, but not in the activit-REST.