Hi,
It seems that the WorkItem's ID and the key used to obtain a WorkItem from the collection are not related to each other.
Based on my understanding, what you are seeing in the default ID of the WorkItem (which is a Guid.)
If you want to, I believe you can set a custom ID to the WorkItem by simply setting it in its ID property. Like this you could have the same string as the ID and as the collection key.
I hope this helps,
Damian Cherubini
http://blogs.southworks.net/dcherubini
It seems that the WorkItem's ID and the key used to obtain a WorkItem from the collection are not related to each other.
Based on my understanding, what you are seeing in the default ID of the WorkItem (which is a Guid.)
If you want to, I believe you can set a custom ID to the WorkItem by simply setting it in its ID property. Like this you could have the same string as the ID and as the collection key.
I hope this helps,
Damian Cherubini
http://blogs.southworks.net/dcherubini