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