Skip to content

Forward

Forwards the work item to another user.

1
myWorkItem.Forward(target: ( string | Identity ), from: ( string | Identity ), comments: string):WorkItem

Parameters

( 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.

See Also