-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have purely theoretical questions that you can answer:
-
Now you have the state machine as a LUA file. How can it be visualized, that is, represented as a graph ? Is any additional translates needed in the SCXML file itself or another format such as JSON ?
-
As I see it, such an opportunity is necessary so that the state machine can be serialized at any time. For example, such a situation: one process starts from scratch with a certain state machine, then in a certain situation it stops the machine’s operation and packs this machine into some format so that all internal parameters and states at that moment are saved. It transfers this file to another process, which unpacks this file and starts the machine from the moment it was stopped in the previous process. Is it possible ?