You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a state machine that contains built-in actions such as assign, spawnChild etc and then export as JSON they get omitted.
Expected result
I'd expect built-in actions to carry over, as they are foundational functions and there is no way to for example assign a value through a JSON definition otherwise.
Actual result
Built-in functions are treated the same way as inline functions and get omitted.
Which browsers are you seeing the problem on?
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Of course it wouldn't be possible to represent more complex structures such as using event variables or function calls (but in that case one could argue JSON is just not the right format to define the state machine anyway), but for basic definitions such as spawning a child actor and sending it static messages it would work fine.
Description
When creating a state machine that contains built-in actions such as assign, spawnChild etc and then export as JSON they get omitted.
Expected result
I'd expect built-in actions to carry over, as they are foundational functions and there is no way to for example assign a value through a JSON definition otherwise.
Actual result
Built-in functions are treated the same way as inline functions and get omitted.
Which browsers are you seeing the problem on?
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: