Feature Request: Only record Workflow Execution when a specific node in the workflow completes

In a similar vein to Add Node for Exit workflow without executions entry

Basically a way to enable or disable execution logging within the workflow. At the moment my hack for a workflow that gets triggered many times but only passes a specific conditional a handful of times is to disable logging successful executions and add a Stop And Error at the very end of the last node.

2 Likes