Reply To: Implement two interfaces in action class

Forums 💬 NodeCanvas 🗨️ General Discussion Implement two interfaces in action class Reply To: Implement two interfaces in action class

#14900
Gavalakis
Keymaster

    Hey,

    I’m really glad that you like NC 🙂

    I’m not exactly sure what you are after, but I will go ahead and speculate something :).
    Do you want to create an action that moves the agent with APEX and implement this interface to see the status of the APEX agent before ending the action in success or failure?
    If that is so, then implementing the interface in the Task is probably the best approach. Just let me know of errors of what’s not working and we will make it work 🙂

    If the tree is irelevant to those events (eg you are controling APEX agent in other way but you want to know of it’s status in NC) then your approach is fine.

    Let me know