Skip to content

Error in action causes double execution #384

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

Open
jvalkeal opened this issue Jun 29, 2017 · 0 comments
Open

Error in action causes double execution #384

jvalkeal opened this issue Jun 29, 2017 · 0 comments
Labels
type/enhancement Is an enhancement request

Comments

@jvalkeal
Copy link
Contributor

New issue from #344 where exception in action with anonymous transition is executed twice.

This is in a middle ground if this should be considered a bug or a not-so-optimal behaviour as anonymous transition can be executed anytime. While it'd be nice that this could only happen once in a run-to-completion.

2017-05-11 18:22:06.061  WARN 20948 --- [nio-8380-exec-1] o.s.s.support.AbstractStateMachine       : Aborting as transition org.springframework.statemachine.transition.DefaultExternalTransition@31441b7e caused error java.lang.NullPointerException: Something was wrong
2017-05-11 18:22:06.062  WARN 20948 --- [nio-8380-exec-1] o.s.s.support.AbstractStateMachine       : Aborting as transition org.springframework.statemachine.transition.DefaultExternalTransition@31441b7e caused error java.lang.NullPointerException: Something was wrong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Is an enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant