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
As it is hard to tell Workflow exceptions from other Logic exceptions, it would be nice to have specific exception class instead of LogicException. It could be WorkflowException extending LogicException, with additional workflow and transition fields.
Currently, one needs to parse exceptions message to make sure it comes from the Workflow component.