I am modeling types of connections such as TelemetryLinks and want to include reference flows. Can connection def elements contain flows from source to target or is this only for action and interface elements?
When I run the following example, i get the warning "Error: Not abstract connector must have at least two related features."
connection def TelemetryLink{
end source;
end target;
flow source to target;
}
