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
At DefaultStateMachineExecutor.java:232 you are catching Exception (AccessDeniedException), so SMListener is never notified about error (?). Is there any other way of knowing about security error?
The text was updated successfully, but these errors were encountered:
Logic is that if security throws that error then transition is denied. Question is what you would like to do with that information? We can potentially add new features if use case is understood.
At DefaultStateMachineExecutor.java:232 you are catching Exception (AccessDeniedException), so SMListener is never notified about error (?). Is there any other way of knowing about security error?
The text was updated successfully, but these errors were encountered: