StringUtil.convertToJavaIdentifier(workflow.getName()))) {
JOptionPane.showMessageDialog(this.engine.getGUI().getFrame(),
"Invalid Name. Please consider a valid name.",
"Invalid Name", JOptionPane.OK_OPTION);
workflowPropertyWindow.show();
}
//its just configuring values for saving the files
//so just return
if(this.configMode){