In order to Update Task, follow these steps:
Follow below settings for UpdateTask Activity:
- Correlation Token: Same as of Create Task activity
- Task ID: Same as of Create Task activity
Insert a Code Activity before Update Task activity.
In Code Activity, write below code:
Code Snippet
updateTask.TaskProperties.AssignedTo = @"domain\username";Note : This is for the change task user (Approver)
No comments:
Post a Comment