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

Display state node context #31

Closed wpmccormick closed 2 years ago

wpmccormick commented 3 years ago

How can I display the state node's context?

There is a Node-RED Context Data panel that (should) display Node, Flow, and Global context.

The Node context does not display the xstate Node context.

sonntam commented 2 years ago

The state of the machine is displayed in the state-machines sidebar panel. There is an entry in the dropdown for every instance contained within subflows - even recursively.

image