QueueItemData object is a bit.... undercooked

So when using the Persistence activity of ‘Wait for Queue Item and Resume’ the input and output arguments are of type ‘QueueItemData’.

I wanted to put some stuff in the determine how long the Queue Item took to complete but I only have the following properties.
image

So I know the Start Time, but I don’t get given an End Time :frowning: (Last Processing time is a string version of the start date, not sure why that is included)

Feels like quite an oversight to not include the end time. I’ll need to make my own API call now to get that information as a ‘QueueItem’ (QueueItemDto).

Would be great if you guys updated the persistence activities to include this key info.