ActionerName should refer to the user that got assigned the task originally.
Destination should refer to the user you want to redirect the task to.
ProcInstID refers to the Process Instance ID.
ActInstDestID refers to Activity Instance Destination ID.
ID refers to the ID of the task (not to be confused with serial number).
For ProcInstID, ActInstDestID and ID, you should be able to retrieve it from the Task's GetWorklistItems method. The Destination and ActionerName you have to fill it in yourself. The ActionerName you must fill in the current Destination of the task. Then for Destination, you fill in the user you want to redirect the task to.
hi boringNerd,
thanks for the reply , but now the issue is that the getWorkList method has a regular filter,
see screenshot
thanks again