Issue-ID: SDC-1591
Change-Id: I1813fbe2667bc1926ca4ddfdabb968b580c16825
Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
                "redux-saga": "^0.16.0",
                "redux-thunk": "^2.3.0",
                "reselect": "^3.0.1",
-               "sdc-ui": "1.6.57",
+               "sdc-ui": "1.6.59",
                "uuid-js": "^0.7.5",
                "validator": "^10.2.0"
        },
 
                     name="file-input"
                     style={{ display: 'none' }}
                 />
-                <div
-                    onBlur={() => {
-                        this.exportDiagramToStore();
-                    }}
-                    className="bpmn-container"
-                    id={this.generatedId}
-                />
+                <div className="bpmn-container" id={this.generatedId} />
                 <div className="bpmn-sidebar">
                     <div
                         className="properties-panel"
 
             certifyVersion,
             workflowId,
             currentWorkflowVersion,
-            savedParams
+            savedParams,
+            workflowName
         } = this.props;
         certifyVersion({
             workflowId,
+            workflowName,
             versionId: currentWorkflowVersion.id,
             params: savedParams
         });
 
     js-base64 "^2.1.8"
     source-map "^0.4.2"
 
-sdc-ui@1.6.57:
-  version "1.6.57"
-  resolved "https://registry.yarnpkg.com/sdc-ui/-/sdc-ui-1.6.57.tgz#9250faa279163e13f36bb91c835b8fe78f77ebaf"
+sdc-ui@1.6.59:
+  version "1.6.59"
+  resolved "https://registry.yarnpkg.com/sdc-ui/-/sdc-ui-1.6.59.tgz#f25a80115e5145fa139fdfd9af830fc62f0b55a9"
   dependencies:
     "@angular/common" "~2.4.8"
     "@angular/core" "~2.4.8"