Resending Work Items
The following command instructs the iProcess background process to perform an instruction. This is a command line option only.
|
Note
|
This command requests confirmation from the user (with an “Are you sure you want to do this” message), but this may be suppressed with a -y flag on the end of the command line enabling it to be run from a batch file.
|
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. |
|
Note
|
If a procedure is resent that contains sub-procedures, they will not be resent automatically. If the sub-procedures need to be resent, you need to perform an explicit resend on the sub-procedure.
|