Add node timings when viewing executions of a workflow

The idea is:

When viewing a previous execution of a workflow through the executions tab. Show the run time at the node level so we can see which nodes are taking all the time.

My use case:

I have a workflow with 20+ API calls within it that acts as an automated API tester. I want to be able to see which API calls are taking the longest time to run and which are taking longer than they should be.

I think it would be beneficial to add this because:

When users have longer running workflows it is sometimes important to see why they are running long which isn’t always obvious.

Are you willing to work on this?

Yes, happy to help where I can!