How to get custom event as exec

FlowCanvas Forums Support How to get custom event as exec

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3420
    dryrel
    Participant

    Hi! I created a custom event in the flow script. Now I want to access this event in the same flow script as execution node so I can call it in the any event inside of this flow script. I’m still beginner and trying to understand how is this working in this plugin. Thank you in advance!

    #3421
    dryrel
    Participant

    Please check the attachment

    Attachments:
    You must be logged in to view attached files.
    #3432
    Gavalakis
    Keymaster

    Hello there,

    You can call an event with the “Send Event” node ( you will need to set the name of the event in that node to be the same of course).

    Another way to make similar flow “jumps”, is to use the GOTO nodes. With the GOTO, you first need to create a “GOTO Label Definition” (and give it a name), and then use the “GOTO (‘name here’)” node (which will appear in the menu only once after you have a “GOTO Label Definition” in your flowscript.

    Let me know if these work for you.

    Thanks.

    Join us on Discord: https://discord.gg/97q2Rjh

    #3423
    spayke
    Participant

    You call custom events in same node by using “Send event”. You actually using “send event” right after your custom event, move it to green square, or it will cause infinite loop. Here docs about custom events: https://flowcanvas.paradoxnotion.com/documentation/?section=graph-communication

    Also I recommend you to watch basic video tutorials on YT(started from this tuts myselfs, good old days):

    1) https://www.youtube.com/@Wavyeye/playlists

    2) https://www.youtube.com/watch?v=vPrX3-pj1ts&list=PL3UalyofDcGvC76KrUptbcoQZ8-3P5nhC

    #3436
    dryrel
    Participant

    Thank you both!

    Yes, I was tried to use SendEvent but placed it to wrong place haha

    I checked the tutorials already but it seems I missed this part or don’t remember

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