Versions Compared

Key

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

Is there a way to read the Workflow variable in the JavaBean plugin with the workflowmanager API? I do NOT want to use #variable.MyWorkflowVar# because I have some characters (return chars and quotes) in the variable that will mess up something like String mystring = "#variable.MyWorkflowVar#";

Thanks.