Skip to content

InitiatorWorkItem

Gets the initiator WorkItem.

1
readonly WorkItem myInstance.InitiatorWorkItem

Remarks

Because this method returns instance of WorkItem, it can be used to get WorkItem references (Caption in this case):

1
var init_item = $Instance.InitiatorWorkItem.Caption;

See Also