How do I set the Task Owner Instructions when using a CreateTask Activity within a State Machine Workflow. I am using the OOTB Approval Form within this workflow and I have tried using the following code within MethodInvoking of the CreateTask
activity. The Task is created successfully but the Task Owner Instructions appear blank.
TaskProperties1.ExtendedProperties[
"Instructions"]
= "Please Approve/Reject accordingly
and add any necessary comments"