The Workorder WFM (Work Flow Management) knows three Processes: the Process GetWO (Get a Work Order), the Process MoveWO (Move a Work Order within it's original Queue) and the Process TransferWO (Transfer a Work Order to another Resource's Queue). Process GetWO is the Start Process of the Work Order.
| WFM: GetWO |
Depending on what he or she wants to do, through this Process, the external user of the Interface can pick-up an existing Work Order from any Resource's Queue, or create a new Work Order, or just skip to the MoveWO Process.
The following Interfaces are available for the GetWO Process:
- ‘Get Work Order’ (GetWorkOrder610)
The following Actions are available for Interface events:
- getResources - Get all Resources from the Resource Control Business Aspect Server and make them available to the Process' Interface.

- showResource - Make a Resource's properties (for a Resource that is activated in an Object Window) available to the Process' Interface.

- getQueue - Get all the Work Orders from the activated Resource's Work Order Queue and make them available to the Process' Interface.

- showToken - Make a Work Order's properties (for a Work Order in the Work Order Queue that is activated in an Object Window) available to the Process' Interface.

- getWOTypes - Get all Work Order Types that the activated Resource is authorized for and make them available to the Process' Interface.

- showWOType - Make a Work Order Type's properties (for a Work Order Type that is activated in an Object Window) available to the Process' Interface.

- moveWO - Close the running Process and open the MoveWO Process.

- transferWO - Remove the selected Work Order from the Resources Work Order Queue, keep it for the next Process, close the running Process and open the TransferWO Process.

- newWO - Create a new Work Order of the activated Work Order Type, keep it for the next Process, close the running Process and open the TransferWO Process.

| WFM: MoveWO |
Through this Process, the external user of the Interface can choose a Resource who's Work Order Queue he or she wants to modify. Any Work Order can be placed earlier or later in the Queue, be removed from the Queue, or immediately be activated.
The following Interfaces are available for the MoveWO Process:
- ‘Resource Scheduler’ (ResourceScheduler610)
The following Actions are available for Interface events:
- getResources - Get all Resources from the Resource Control Business Aspect Server and make them available to the Process' Interface.

- showResource - Make a Resource's properties (for a Resource that is activated in an Object Window) available to the Process' Interface.

- getQueue - Get all the Work Orders from the activated Resource's Work Order Queue and make them available to the Process' Interface.

- showToken - Make a Work Order's properties (for a Work Order in the Work Order Queue that is activated in an Object Window) available to the Process' Interface.

- upOrder - Place the activated Work Order one place up in the selected Resource's Work Order Queue.

- downOrder - Place the activated Work Order one place down in the selected Resource's Work Order Queue.

- deleteOrder - Remove the activated Work Order from the selected Resource's Work Order Queue.

- swapOrder - Close the selected Resource's running Work Order and place it as next first Work Order in it's Queue, then open the original first Work Order in it's Queue.

- selectWO - Close the running Process and open the GetWO Process.

| WFM: TransferWO |
Through this Process, the external user of the Interface can place a Work Order, as achieved in the GetWO Process, in any Resource's Work Order Queue, and after this modify this Queue to place the Work Orders in the richt order.
The following Interfaces are available for the TransferWO Process:
- ‘Work Order Transfer’ (WorkorderTransfer610)
The following Actions are available for Interface events:
- getResources - Get all Resources from the Resource Control Business Aspect Server and make them available to the Process' Interface.

- showResource - Make a Resource's properties (for a Resource that is activated in an Object Window) available to the Process' Interface.

- getQueue - Get all the Work Orders from the activated Resource's Work Order Queue and make them available to the Process' Interface.

- showToken - Make a Work Order's properties (for a Work Order in the Work Order Queue that is activated in an Object Window) available to the Process' Interface.

- firstOrder - Place the Work Order as obtained in the GetWO Process as first one in the selected Resource's Work Order Queue.

- upOrder - Place the activated Work Order one place up in the selected Resource's Work Order Queue.

- downOrder - Place the activated Work Order one place down in the selected Resource's Work Order Queue.

- swapOrder - Close the selected Resource's running Work Order and place it as next first Work Order in it's Queue, then open the original first Work Order in it's Queue.

- nextWO - Close the running Process and open the GetWO Process.

- stop - Close the Work Order File and place it in the Archive, open a Start Work Order.

| < to previous page | to top of document ˆ | to next page > |
