Task REST API having processDefinitionName in response

Hi,
I am referring REST API · Flowable Open Source Documentation. The response of
GET runtime/tasks do not include important field - processDefinitionName. Is there any other REST api which provides list of tasks with processDefinitionName attribute in it?
Thank you

Hey @yogm,

Why is this field so important to you?

You can invoke the Get a process definition REST API to get the information about a process definition based on an id

Cheers,
Filip