Custom connection rendering

Hello,

I need to render a custom connection . I need three types of connection, a regular connection, a dashed connection and a connection with markers at both sydes of the connection.
I am trying to figure out how to do this. Looking in the examples I found the globalConnect.toggle method but It doesn’t seems to work (With that I am not sure how to custimize the connection) I already implemented a custom renderer. I have also try to create the custom connections using
elementFactory.createConnection({type:‘bpmn:SequenceFlow’}); But the problem is that I am not sure how to specify the null target and source when I click on the pallete. How can the custom connections?

Thanks.

Have you created a model extension for your custom connections yet?

I haven’t done it, I have just implemented a custom renderer. I’ll check it out, thanks!