Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix transitions between same cluster #57

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Fix transitions between same cluster #57

merged 1 commit into from
Feb 16, 2023

Conversation

qmuntal
Copy link
Owner

@qmuntal qmuntal commented Feb 16, 2023

This PR improves how hierarchical states are exported to DOT:

  • Entry and exit actions are now associated to the parent node instead of the cluster node.
  • Transitions from the parent node are associated to itself instead of to the cluster node (no more ltail and lhead marks).
  • Cluster nodes are not identified with dashed edges and a Substate of prefix.

Fixes #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export to DOT graph doesn't produce correct string representation of the state machine
1 participant