Reply To: Network sync

Forums 💬 NodeCanvas ⚙️ Support Network sync Reply To: Network sync

#17743
rayfoundry
Participant

    Hi Gavalakis,

    the use-case is to be able to trigger state of the FSM actively but beeing able to disable the defined transitions for each state of the FSM.

    I already thought about including a boolean flag on each transition which needs to be true for following the transition. This would work where I have defined cinditions, but wouldn’t help with “OnFinished” transitions – which would then trigger to early on the master device.

    Is there a way to remove transitions from a state in code at runtime?