Versions Compared

Key

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

...

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