diff --git a/packages/ui/components/FlowDiagrams/ServiceFlowDiagram.tsx b/packages/ui/components/FlowDiagrams/ServiceFlowDiagram.tsx index 139fb40ca..015c76edd 100644 --- a/packages/ui/components/FlowDiagrams/ServiceFlowDiagram.tsx +++ b/packages/ui/components/FlowDiagrams/ServiceFlowDiagram.tsx @@ -142,6 +142,8 @@ export const ServiceFlowDiagram: React.FC = ({ operatio }, source, target, + sourceHandle, + targetHandle, animated: true, selected: operation.selected, label: id,