Hi.i am working with custom-components and custom connections at this moment.The trouble with custom connections right now is that custom connections dont have Arrow(direction) in them.
On the other hand, the sequence flow hand direction/arrow attached with it.
Is this possible for the custom connections to have direction in them???As I had debug the issue and found out that both for sequence flow and custom connection same function
createLine in utlil/RenderUtil.js is being called
The first connection is of type custom connection and second is sequence flow type.Any help in this regard is higly appreciated
Thanks