@mohanr.k wrote:
I am trying below bpmn diagram and here I want link back from Exclusive Gateway to Task1 and as shown in below diagram link is properly drawn from TopSide of gateway but when I try to draw it from bottom side it is drawing from TopSide only.
We should allow user to draw it from any side. Any idea whats going wrong?
Below is the gateway code taken from BPMN sample
goObj(go.Panel, "Spot",
goObj(go.Shape, "Diamond",
{ strokeWidth: 1, fill: _this.GatewayNodeFill, stroke: _this.GatewayNodeStroke,
name: "SHAPE",
desiredSize: new go.Size(_this.GatewayNodeSize, _this.GatewayNodeSize),
portId: "", fromLinkable: true, toLinkable: true, cursor: "pointer",
fromSpot: go.Spot.NotLeftSide, toSpot: go.Spot.MiddleLeft
},
new go.Binding("desiredSize", "size", go.Size.parse).makeTwoWay(go.Size.stringify)), // end main shape
Posts: 2
Participants: 2