python-statemachine icon indicating copy to clipboard operation
python-statemachine copied to clipboard

Add do_behavior

Open wobrschalek opened this issue 8 months ago • 0 comments

Hi,

Currently actions are supported for entry, exit, and transitions.

A very important use case are functions that are performed while being in a state, called do_behaviors in UML and invoke in SCXML. They are typically run as thread, that is spinned up after RTC.

Maybe there's a workaround right now I didn't see. Lmk. Thanks, Robert

wobrschalek avatar Mar 19 '25 23:03 wobrschalek