I have a custom state-machine workflow. It goes through 3 approval stages before completion. We have a new requirement as per which an approver can assign his task to someone else. Ofcourse, this is supposed to be achieved without breaking the current workflow.
When I edit the ‘Assigned to’ field of the task to a new value using my code, it breaks the workflow, & hence next level task is not created. I have been trying to go around through this by using AlterTask or DelegateTask, but no luck till yet.
Has anyone faced a similar issue...i'm pretty new to Sharepoint Coding...Any sort of help would be great.