Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
The error "getBean() on undefined variable or class name: pluginManager" means that there's no such variable pluginManager. You probably need to do a lookup to get it e.g.
import org.joget.apps.app.service.AppUtil; import org.joget.plugin.base.PluginManager; PluginManager pluginManager = (PluginManager)AppUtil.getApplicationContext().getBean("pluginManager");
I use two ways listed below to try to get workflow variable by beanshell in participant of workflow, but all two failed, would you please give some ideas about how to solve this issue.
error message as below for your reference.