I have three agents, Agent1, Agent2 and Agent3.
Agent1 calls Agent2. Agent2 calls Agent3. Agent3 is an empty agent. I am using simple action to call the other agent from a agent. It is as follows.
Agent1->Agent2->Agent3(empty)
In R5 client, I call Agent1. No problem at all. But if I run Agent1 in R7 client, it will crash my R7 client. Even there isn’t any code in three agents.
And if Agent1 calls Agent3 directly in R7 client, like Agent1->Agent3, it is fine.
Is it administration setting issue or R7 bug?
Thanks in advance.
–Willam