How can I get information about a completed workitem?.
I can get an active workitem from the serialnumber
oK2Connection.OpenWorklistItem(k2Serialnumber, "ASP")
when I finish this WorkItem, K2 go to the next activity but we want to review some details about the previous activity (Activity datafields).
when i try
oK2Connection.OpenWorklistItem(Previousk2Serialnumber, "ASP")
K2 returns me a "Worklist item not found"
We need to get these information by using the previous serial number.
If the user click on the previous email link, he must be redirected to a detail page instead of the form page.
any solutions?
thanks