WorkItem.Forward

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.

Copyright © 2010 - 2023 Emakin. All rights reserved.