WrenSecurity/wrenidm

Failed to execute Groovy listener in Activiti workflow

karelmaxa opened this issue · 0 comments

All Groovy listeners in Activiti worfklow are failing because of this exception:

Error while closing command context
Can't find scripting engine for 'groovy'
    org.activiti.osgi.OsgiScriptingEngines.evaluate(OsgiScriptingEngines.java:49)
    org.activiti.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior.execute(ScriptTaskActivityBehavior.java:51)

There is a bug in Activiti that has been already resolved (see [1]). We should upgrade Activiti to the latest patch release.

[1] https://activiti.atlassian.net/browse/ACT-4231