Skip navigation FileNet logo
Glossary  |  Help Directory  
  Help for vwtool
  Search
Process Reference  
vwtool
Getting Started
Commands
  !<shell_cmd>
  =
  assertbehavior
  attachtran
  config
  convert
  count
  createDBviews
  dbconfig
  deletewob
  dispatchwob
  dump
  echo
  emptyqueue
  environment
  hardcopy
  help
  listdbconfig
  listobjects
  listobjects
  loadstatus
  lockwob
  logconfig
  logquery
  memory
  pagebreak
  queueconfig
  readcdl
  recover
  region
  regions
  resetloadstatus
  rosterconfig
  schemastatus
  statistics
  stepprocessors
  storedquery
  terminatewob
  trace
  unlockwob
  version
  views
  wobquery
  workstation
  writetrace

 

   

dispatchwob

This command dispatches a specified work item to the next instruction.

Syntax

dispatchwob <workobjectnumber> <queuename> <overridelock>

Parameters

workobjectnumber

Work object number of the work item to dispatch. Use the wobquery command to find the workobjectnumber.

queuename

Name of queue the work item is in. Use the wobquery command to find the queuename.

If you specify a system or user queue, you must also indicate the server to view.

overridelock

Override an existing lock on the work item.

Enter "y" to dispatch the work item even if it is locked or "n" to dispatch the work item only if it is unlocked.

   

NOTE If necessary, change to the desired isolated region prior to executing this command.

TIP In vwtool, you can enter parameters on the command line (following the command name) or let vwtool prompt you for the information by entering just the command name. Generally, we recommend prompt mode for all but the simplest commands. Entering the parameters on the command line is intended primarily for script-driven input.