Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 Cases and Case Data : Starting a Case

Starting a Case
You can start a case of a procedure from the swutil menu (see page 2) using either of the following options:
Alternatively, you can use the following commands:
swutil CSTART [version] [-sN] [-c] [-V] procname casedesc [startstep] [-P priority]
swutil DCSTART [version] [-sN] [-c] [-V] procname casedesc datafile [startstep] [-P priority]
where:
version (optional) specifies the version of the procedure that you want to start a case of. Specify one of the following flags:
-vX.Y
Start a case of Version X.Y, where X is the major version number and Y is the minor version number.
If version is not specified, the following default precedence order is used to select the version to use:
Released > Unreleased > Model
Using a Released version starts a live case. Using an Unreleased or Model version starts a test case.
-sN (optional) specifies the precedence order to be used to select the version of any sub-procedure started by the case.
If the -sN flag is not specified, only Released versions are used.
Using a Released version starts a live sub-case. Using an Unreleased or Model version starts a test sub-case.
-c (optional) specifies that the command returns the case number of the started case.
-V (optional) specifies verbose operation.
procname is the name of the procedure that you want to start a case of.
casedesc is the case description to use for the started case.
datafile is the name of a file in abox format (See "Using iProcess Abox Files" in TIBCO iProcess Modeler Integration Techniques), containing data for field initialization.
startstep (optional) specifies the stepname at which to start the case; if omitted the start step in the procedure definition is used.
-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 © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved