edsdev thanks for your answer, but I would like to avoid check that state of the timer in every node.
I solved creating a timer (create-timer tag) in an action event of a node, then deleting it (cancel-timer) in another node. I had a doubt beacuse documentation says timers are deleted automatically on node leaving, but with create-timer tag it seems they are "persistent" during the process flow.