final Workflow workflow = this.engine.getWorkflow();
// Check whether the workflow name is Normalised
WorkflowPropertyWindow workflowPropertyWindow = this.engine
.getWorkflowPropertyWindow();
if (!workflow.getName().equals(
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){