Hello,

I am trying to get hold of the GUID of an object representing an assignment in ARIS.

In script help, this function is referenced: ObjDef.CxnList(int), with the below explanation of the parameter to pass:

"

 

Type and direction of the relationships to be returned:

Constants.EDGES_INOUT: Returns incoming and outgoing relationships

Constants.EDGES_IN: Only returns incoming (passive) relationships

Constants.EDGES_OUT: Only returns outgoing (active) relationships

Constants.EDGES_ASSIGN: Only returns assignment relationships. A link of this constant with EDGES_IN and EDGES_OUT via OR is possible. (Default: Link with EDGES_OUT).

Constants.EDGES_INOUTASSIGN (default): Returns incoming and outgoing relationships and assignment relationships. 

"

However, when using the EDGES_ASSIGN constant, the function only returns outgoing relationships. I also can not get any of the other options to return any assignment connections.

Can anyone assist with a way to access the GUID of connections representing assignments?

Thanks.

 or register to reply.

Notify Moderator