Hi,
quick question: how to script out the Business Process Diagram Dependencies.
This is something I can find in the Business Process Diagram Properties tab, so it means ... it's there. But how to script it out?
![BPMDiagDep.GIF]()
Since I think this is a diagram property, I've tried to script it out using the following collections:
RelatedObjects As ObjectCol
DisplayedObjects As ObjectBag
AttachedRequirements As ObjectCol
DiagramSymbols As ObjectCol
RelatedDiagrams As ObjectCol
RelatedNameTerms As ObjectCol
RelatedCodeTerms As ObjectCol
RelatedTerms As ObjectBag
InputLinks As ObjectCol
OutputLinks As ObjectCol
ExtendedCollections As ObjectCol
ExtendedCompositions As ObjectCol
AllExtendedSubObjects As ObjectBag
ExtendedInverseCollections As ObjectCol
IncomingTraceabilityLinks As ObjectBag
ExtendedInfluences As ObjectBag
OutgoingTraceabilityLinks As ObjectBag
ExtendedDependencies As ObjectBag
DiagramContainers As ObjectBag
But it's none of these ![]()
Any ideas?
At the moemnt I'm only able to script out all dependencies as textes using:
DependenciesText As String | Get Dependency String. |
But this is not a help at all as I need to get to the actual object listed in the dependencies tab ...
I was also trying to create a TraceabilityLink from the source object to the BPM diagram, and I'm not able to script out this relation using IncomingTraceabilityLinks.
However, if I create a OutgoingTraceabilityLink from the diagram to that object I'm able to script out this relation using OutgoingTraceabilityLinks.
So I don't know where's the source of the issue I'm facing ... It seems like the access to the objects in the Dependencies tab woudl not exist.
Thanks!
Rafal