Overview: Time Saved for subworkflows

The idea is:

Count time saved minutes value for executed SUBworkflows

My use case:

I have a workflow with a slack trigger. Every time any sort of event happens in my slackchannel my workflow get triggered, so I have a filters in my workflow to ensure that process things I need to. This means my workflow get tons of workflow triggers, but only few that actually does something. That means I cant put a value on my triggering flow.

To simplify the workflow, I split it into multiple workflows for each feature I built out. Each feature (subworkflow) save an amount of time (not the same amount) for each call. I can’t just put saved time value on the workflow setting for the primary triggered workflow, because that gets hit a ton of times, where the only relevant ones are subworkflows.

I think it would be beneficial to add this because:

I want to be able to report time saved to my company, but I cant because executions of subworkflows are never counted in the time saved overview. If those executions where saved, I would be a company hero, because of the crazy numbers (and true numbers) I could report on.

Any resources to support this?

no.. only my own testing showed that subworkflow settings where time saved is entered are ignored / not counted.

Are you willing to work on this?

I will gladly help testing this, but I dont know how else to assist.