I have an agent A. The agent has some parameters. The agent is performing a task. When he completes it, the agent is deleted.
In the meantime, further processes take place in other agents (B-D). In the last step of the process agent (E) is created. A code is to be executed in a state (its state chart). To do this, a parameter of the deleted agent must be accessed.
How can I send/copy parameters of agent A to an intermediate agent, which then sends the parameter to agent E. Thanks for any help. :)