Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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