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
Currently, the onExecute and onExecuteDone hooks are invoked exclusively if execution occurs. If errors happen beforehand (like with parsing or validation issues), onExecute will not be invoked and the final result cannot be manipulated.
Introduce a new onResult hook allowing manipulation of the final result regardless of what happened.
Currently, the
onExecute
andonExecuteDone
hooks are invoked exclusively if execution occurs. If errors happen beforehand (like with parsing or validation issues),onExecute
will not be invoked and the final result cannot be manipulated.Introduce a new
onResult
hook allowing manipulation of the final result regardless of what happened.Necessary for #1490
The text was updated successfully, but these errors were encountered: