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?
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.