Hi, OpenWFE is working great! I just have a question about how to run automatic agents in a concurrence and still check __agent_result__ after the merge.
Currently I have 3 pyyas running in a concurrence and sometimes one of them will error out, but after the merge __agent_result__ will still be 0. I believe the other pyyas' __agent_result__ value is winning out in the merge. I'm reluctant to use over-if, because I still want the results of the other pyyas. Is there any way to have the pyya with the highest __agent_result__ to win in the merge? To work around this, I'm currently having my pyyas set a new variable (pyya_error) if they encounter a problem and using the defined check, but I would like to be able to use __agent_result__ for the cases I can't catch in pyya code (in some error cases it looks like OpenWFE sets __agent_result__ to -1). Thank you so much! Let me know if more detail is needed. --Jennifer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
