How to customize the default path position for gateway

HI,

How to customize the default line for gateway ,

As per my requirement I should show the default line should be closer to the task as shown in the attached .
Can you please suggest

gateway_default

Thanks
Chandi

Hey, you can try searching for “conditional-default-flow-marker” inside BpmnRenderer.js

Also check out the createPathFromConnection method in the same file, the SVG path starts from the first element of waypoints but you can modify that!