Move Work Item To

The Current Work Item is removed from the Queue it is in, and it is moved to a new Queue.

Parameters

1. Destination - New Object for the Work Item. It can only be a Queue
2. Position - Position in Queue (use 1 to move the work item to the top/front of the queue, use 0 to move the work item to the back/end of the queue)

Comments

This command cannot be triggered On Exit Visual Logic of Queues, and the destination can only be a Queue.

Annotated Example

In this example, using the Loop command to loop through the Contents of Queue 1, each Work item in Queue 1 is selected using Select Current Work Item command, and is then moved to Queue 2.

See Also