RFC: return name of external tasks when calling /history/external-task-log

Hello,
I’m currently working on process log analysis with Disco for teaching purposes.

I’ve noticed, that calling GET /history/external-task-log doesn’t return the name of the external task, only the topic and activityID. This is rather unfortunate, as it requires me to post-process the data and add task names. The activityID is insufficient in this case, as their comprehensibility is too low.

Of course, the post-processing in this case is a rather simple matching of task name and activityID, nonetheless it would be more comfortable if the API would return this attribute in the first place.