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
Excellent summary. One more thing: i think right now the "success" callback is more of an "execute at the end" callback. I dont think we are checking there for any success whatsoever. Just saying that we might need to change the flow there as well.
Initial discussion started in the following issue ( #113 )
Like the
success
callback on events, we should have a matchingfailure
callback. An event definition may look something like the following:The
failure
callback should take the following:A few areas to consider where a failure condition may come into play
on_transition
scenario halts the transition from being successful. An exception may be raised within anon_transition
callback.@troessner - Let me know if anything looks out of line with the initial plan for this.
The text was updated successfully, but these errors were encountered: