Overview
Forwards the work item to another user.WorkItem myWorkItem.Forward(target: ( string | Identity ), from: ( string | Identity ), comments: string)
Arguments
( string | Identity ) target
Specifies the target identity to delegate work item.
( string | Identity ) from
Specifies identity of delegator. Can be null.
string comments
Comments of forward activity
Returns
Returns forwarded work item.Remarks
If work item state is not in Waiting or Created trying to call this method is prohibited and throws an access denied error.