Hi,
I am building a workflow using K2 Designer. and a customised form to display the worklist items for each user.
in order to open the worklist item by using customised worklist form, I need to provide the following parameters in the querystring:
1) _State
2) FormId
3) SerialNo
(1) above can be hardcoded. I can retrieve (2) above but I am unable to retrieve (3). The serial number is broken as ProcessInstId_ActivityInstDestId. I can only get ProcessInstId.
How do I get the ActivityInstanceDestinationId in K2 Designer in order to add to the query string and show the form correctly to the user?
Also how to retrieve _State instead of hardcoding it, would be much better.
Many thanks