Hi, I am using following for saving the diagram in json-string.
this.SaveDiagramJson(this.diagram.saveDiagram());
For loading,
this.diagram.loadDiagram("Json string which saved in database")
Now, in case of node, when I create a node and load the diagram I am getting its same state, but in case of connector I am not getting the text of the connector, only getting link connected between the two steps without text.
Please help to resolve the issue I am in need the text of link as well