Please who can help me with this BPMN2 report issue :
How do I recognize (in terms of typenrs) the direction of a message-flow (cxn 689) , the source and the target objects ?
Please who can help me with this BPMN2 report issue :
How do I recognize (in terms of typenrs) the direction of a message-flow (cxn 689) , the source and the target objects ?
Hello,
I assume, you have a CxnOcc object of your message-flow? The methods "getSource()" and "getTarget()" will give you the ObjOcc on either side respectively.
Similar methods also exist at definition level for the CxnDef object. They are called SourceObjDef() and TargetObjeDef(), but then you have to identify, if they occur in the model you are evaluating.
Regards, M. Zschuckelt