| Re: Error Handling in Agents Jay
One way you can simulate knowing when an agent fails and handling it - is as follows:
At the beginning of the agent initialise a variable with the value 1
Then at various stages during the course of the agent increment the variable value.
When the agent fails - test for the variable value in the Error Handler and then take what ever actions are necessary.
There is no way that I know of to understand the actual Error and Handle it within the agent.
Gary |