I want to update metadata of the component during the component is in workflow process using core service. Is that possible?
I understand that when the item is in workflow process, that item is locked.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When an item is in workflow, the an activity can be started by members of the group to which that activity belongs. Only the user to whom the item is assigned can then update the content. That implies that if your code is running as the user who started the activity, you can update the item from the code.
Edited to reflect Nuno’s comment about only the assigned user being able to update content.