Skip to content

WorkItem.CompletedBy

Overview

Identity WorkItem.CompletedBy { get; }
Gets the Identity that completes the work item.

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 module type tasks) this property returns null value.

Examples

See Also