You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels