Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Somebody can show me a working examle code, where are using a checkbox list with beanshell and in the beanshell getting a workflow variable to local variable.?
If I using in a textbox #variable.test#, i write this parameter to the textbox field i see the correct value, but in a beanshell can't use this.
...
http://dev.joget.org/community/display/FORUM/workflow+variable\
this:WorkflowManager workflowManager = (WorkflowManager) pluginManager.getBean("workflowManager");
String usernames = workflowManager.getProcessVariable(workflowActivity.getProcessId(), "test"); /
...
Pls. Show me a working example. This is very important for us.! THX