Reply To: Network sync

NodeCanvas Forums Support Network sync Reply To: Network sync

#12470
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?