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 entry function being shown on internal transitions in dot graph #589

Merged

Conversation

mclift
Copy link
Member

@mclift mclift commented Jul 3, 2024

To address issue #587.

This PR is to address an issue in StateGraph where re-entrant transitions cannot be marked as internal since the TransitionInfo class does not distinguish between internal and non-internal transitions. By adding a flag, IsInternalTransition, StateGraph is able to correctly set the executeEntryExitActions argument on the StayTransition constructor.

@mclift mclift merged commit c896d66 into dotnet-state-machine:dev Jul 7, 2024
1 check passed
@mclift mclift deleted the bugfix/dotgraph-internal-transitions branch July 7, 2024 15:45
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.

1 participant