Overview
Gets the Identity that completes the work item.Identity myWorkItem.CompletedBy { get; }
Remarks
This property is filled when the work item is committed by user. Otherwise returns null value.
When work item is processed by system (by scripting or a module type tasks), this property returns null value.
Example
Finding and setting the Identity of a person who completed the work item:
$Xml.SetValue("Identity", $WorkItem.CompletedBy);