Method not showing in Execute Function

Forums 💬 NodeCanvas ⚙️ Support Method not showing in Execute Function

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19499
    bbdata
    Participant

      Hi, I’m trying to use ExecuteFunction to call an Apex Portal-Action from my FSM, but the required method isn’t in the method list.
      I edited the BBvariables.cs like shown in nodecanvas.com/forums/topic/parameters-not-showing-in-execute-function/, after that the second method ‘GetActionCost’ is shown, but the ‘Execute’ I need doesn’t show up, see the Screenshot. What’s going wrong here?

      #19500
      Gavalakis
      Keymaster

        Hello,

        The Execute Function task shows methods with up to 3 parameters and as far as I can see the Execute method you want takes 4.
        But even if you could select it, this method takes a delegate as a parameter, which is impossible to assign in the editor anyway.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.