Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The state is stored in a session LastIntent. You can also set the state via a function.

Code Block
nodevar orbita = msg.orbita;
orbita.session.LastIntent = ‘stateX’;
return msg;

...