Skip to content

onResult hook for _all_ operation results (including parsing and validation errors) #1491

@enisdenjo

Description

@enisdenjo

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.

Necessary for #1490

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions