Skip to content

WorkItem.Forward

Overview

WorkItem WorkItem.Forward ( targetIdentity, [ currentIdentity ] )
Forwards the current work item to specified target identity.

Arguments

Identity | string targetIdentity Specifies the target identity to delegate work item.

Identity | string currentIdentity Specifies identiy of delegator. Can be null.

Remarks

If workitem state is not in Waiting or Created trying to call this method is prohibited and throws an access denied error.

Examples

See Also