Yes, all predefined tasks use Time.deltaTime, since the graphs are updated in MonoBehaviour.Update (or LateUpdate) 99% of the time.
I see what you are getting at though. I think that I could add what you ask. I will have to update all tasks to use graph.deltaTime, but that is not a problem, since I can see your suggestion being useful. 🙂