How to create straight lines of by default when connecting element

from
image

to
image

I tried this solution https://tech.bytedance.net/user/3b694cea127a79955c5aaf420a2ed521 but it doesn’t work

The BpmnLayouter takes care of layouting connections. You’d need to replace / override it to accomplish the job.

Override it by providing your own layouter service that confirms to the required SPI.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.