Hello,
I am trying to build a report which includes the following:
- activities
- responsable who executes the activity
- application used for the activity
- description of the activity
so far, so good, however now i want to add the following two items
- all events that are input of the activity
- all events that are output of the activity
I can make it work with the following command:
getSelectedModels.ObjOccListbySymbol.getConnectObjOccs.InEdges.TargetObjOcc.ObjDef
getSelectedModels.ObjOccListbySymbol.getConnectObjOccs.OutEdges.SourceObjOcc.ObjDef
However, i cannot get the events which are linked, with a AND or OR rule in between.... I don't find anyway to include those events in my query. Please can anyone help me
Thank you
Arne
Ilya Seletkov on
My way is to write recursive function, which looks for connections via getConnectObjOccs.