Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi all,
in the Bean Shell Load Binder code of my form I am trying to read the value of a workflow variable. The variable was set in a previous form.
The code which is working in a Bean Shell Tool, is not working in the Load Binder:
WorkflowManager wm = (WorkflowManager) pluginManager.getBean("workflowManager");
String value = wm.getProcessVariable(workflowAssignment.getProcessId(), "workflow_variable_name");
Do you have any idea, how to get the value in the Load Binder?
Regards
Elisabeth