Node for setting the execution result saving flag

It is required to have the ability to decide whether to save the executed workflow from within the workflow itself.

This feature is particularly relevant for workflows triggered by webhooks, where, in the initial stages, specific actions need to be filtered and processed.
(For example, in the Asana integration, only events related to ticket closed need to be tracked.)

Since there are many events, and most of them are not significant, the execution database becomes cluttered with empty executions. In my opinion, the optimal solution would be to disable the recording of workflow executions by default and to record only the relevant events, based on a condition that can be determined within the workflow.