Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Identity myWorkItem.CompletedBy { get; set; }}

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:

Code Block
languagejs
$Xml.SetValue("Identity", $WorkItem.CompletedBy);