get WorkItem from UUID
How do I get WorkItem from the UUID on the server.
I'am implementing a RPC service which can only take certain parameters when called from a client(https://jazz.net/wiki/bin/view/Sandbox/JAFServiceFramework)
I am passing a UUID object for a workItem and want to resolve that to a WorkItem instance.
Anyone knows how to do that ?