Reply To: Is subscribing to system action and func supported in flow canvas?

Forums 💬 FlowCanvas ⚙️ Support Is subscribing to system action and func supported in flow canvas? Reply To: Is subscribing to system action and func supported in flow canvas?

#12665
Gavalakis
Keymaster

    Hey,

    Is that System.Action declared as an “event” like for example:

    public event System.Action myEvent;

    Currently, only “events” are supported, but I can take a look at supporting non event delegates as well.

    Let me know.