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
When generating a workflow with event states that have defined onEvents, the generated onEvents classes' values are not of the expected types. For example, action is not of type Action, but rather dict.
This is a similar issue to #27.