WorkItem.CompletedBy

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);

Copyright © 2010 - 2023 Emakin. All rights reserved.