You can edit text in-place by clicking on the text of a selected node.
Save
Load
Diagram Model saved in JSON format:
{ "nodeDataArray": [ {"key":"S1", "category":"step", "text":"Step 1"}, {"key":"TR1", "category":"transition", "text":"Trans1"}, {"key":"S2", "category":"step", "text":"Step 2"}, {"key":"TR2", "category":"transition", "text":"Trans2"}, {"key":"BAR1", "category":"parallel", "width":200}, {"key":"S3", "category":"step", "text":"Step 3"}, {"key":"S4", "category":"step", "text":"Step 4"}, {"key":"BAR2", "category":"parallel", "width":200}, {"key":"TR3", "category":"transition", "text":"Trans3"}, {"key":"S5", "category":"step", "text":"Step 5"} ], "linkDataArray": [ {"from":"S1", "to":"TR1"}, {"from":"TR1", "to":"S2"}, {"from":"S2", "to":"TR2"}, {"from":"TR2", "to":"BAR1"}, {"from":"BAR1", "to":"S3"}, {"from":"BAR1", "to":"S4"}, {"from":"S3", "to":"BAR2"}, {"from":"S4", "to":"BAR2"}, {"from":"BAR2", "to":"TR3"}, {"from":"TR3", "to":"S5"} ]}