Jey
Jey

Reputation: 2127

Is that possible to update the component during workflow process?

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.

Upvotes: 1

Views: 126

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598817

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.

Upvotes: 1

Related Questions