sonntam / node-red-contrib-xstate-machine

A xstate-based state machine implementation using state-machine-cat visualization for node red.
MIT License
22 stars 8 forks source link

Activities Constantly Running Outside of Correct States #6

Closed sheltyle closed 4 years ago

sheltyle commented 4 years ago

Hello,

I have an issue where activities are running no matter what state the machine is in. activitiesissue activitiesissue2

Even though the 'elapse_time' activity is only in the 'running' state, it runs in every state. Any help would be greatly appreciated.

sheltyle commented 4 years ago

I corrected this by re-starting node-red.