Fix timeline item name to a string.
The problem is that certain tasklist handlers use complex objects for task definitions. Using this as a non-string name breaks the timeline schema expected by visualization tool.
This fixes it by using the string "task_{taskid}"
for timeline item name.