The implementation in #943 shows the id of the task rather than its title.
Showing the title instead would be clearer as it is more descriptive of the task than a simple number. However, that information is not available in taskoutput's result message, but rather in taskcreate's result message, meaning this would require a way to link both outputs together in order to be able to extract the description/title of the task from it's id.
Current implementation:
We would want to make it something like TASKUPDATE "Read full code" -> completed
The implementation in #943 shows the id of the task rather than its title.
Showing the title instead would be clearer as it is more descriptive of the task than a simple number. However, that information is not available in taskoutput's result message, but rather in taskcreate's result message, meaning this would require a way to link both outputs together in order to be able to extract the description/title of the task from it's id.
Current implementation:
We would want to make it something like TASKUPDATE "Read full code" -> completed