Hi, > For now just a callback for failure is missing. The editors current > anyway perform required cleanup when leaving the root node which kind > of act like a success callback. If we can get both then much better!
I'm all in favor of adding a failure callback to allow for resource cleanup. But I would not want to start fixing problems we don't yet have, ie. for the successful finish event we have the #leave method which works quite well already. alex On Thu, Jul 23, 2015 at 1:50 PM, Chetan Mehrotra <[email protected]> wrote: > On Thu, Jul 23, 2015 at 4:19 PM, Davide Giannella <[email protected]> > wrote: > > So to have a callback that is always invoked either on > > success or failure. > > For now just a callback for failure is missing. The editors current > anyway perform required cleanup when leaving the root node which kind > of act like a success callback. If we can get both then much better! > > Chetan Mehrotra >
