ConditionConnectedTo - sorengranfeldt/mre GitHub Wiki

Condition xsi:type=ConditionConnectedTo

This condition can be used to check whether a metaverse object has a connection to a specific Management Agent / connector. The name of the Management Agent to check is specified in the ManagementAgentName tag (see below).

If the metaverse object has a connection to the specified Management Agent, the condition is met.

<ConditionBase xsi:type="ConditionConnectedTo">
  <ManagementAgentName>HR</ManagementAgentName>
</ConditionBase>