Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Work Items : Resending Work Items

Resending Work Items
The following command instructs the iProcess background process to perform an instruction. This is a command line option only.
To resend outstanding work items, enter one of the following commands:
swutil RESEND procname queuename [casenum |ALL_CASES] [stepname|ALL_STEPS] [-y] [-P priority]
 
swutil RESEND procname ALL_QUEUES [casenum |ALL_CASES] [stepname|ALL_STEPS] [-y] [-P priority]
where:
procname is the procedure name (including sub-procedures).
queuename is the name of the queue (user or group). ALL_QUEUES means resend all queues.
casenum is the case number you want to resend or use ALL_CASES to resend all cases of this procedure.
stepname is the step name in the procedure that you want to resend or use ALL_STEPS to resend all steps in the procedure.
-y is optional and, if used, suppresses the request for confirmation from the user.
-P priority specifies the internal message queue priorities. For more information about message priorities, see "Message Prioritizing" in the appropriate TIBCO iProcess Engine (Database) Administrator’s Guide.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved