Add Custom Links Between Objects
Create edges between objects that are not connected by static analysis to document known runtime dependencies.
Before you start
| Who this is for | Developer, architect |
| Role required | Editor or higher |
| Prerequisites | Application imported; both source and target objects visible at Objects level |
Add a custom link
- Right-click the source object and select Add edge.
- Click the target object on the canvas.
- A dialog asks you to name or type the link.
- Click Save.
[TODO: Screenshot of the Add edge flow]
The custom link appears on the canvas as a dashed edge to distinguish it from analysis-detected links.
Use cases
- Document a runtime HTTP call between two services that static analysis cannot detect.
- Show a dependency on an external system (use a custom object type for the external system).
- Record an integration point described in a design document but not visible in the code.
Edit or delete a custom link
Right-click the custom link and select Edit or Delete.
Next steps
Feedback
Was this page helpful?