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.