Subcase Information
Command
The following command returns the information about sub-cases:
plist -C [nodename] <procname>
Returns
The plist -C command returns the following information.
|
Column |
Description |
|
CNum |
Case number. |
|
CID |
The case ID, which is a unique reference used internally by TIBCO iProcess Engine. It is sometimes referred to as a case-control record number or CCR. |
|
yyyy/ddd hh:mm |
If the case status is Dead, the column displays the date and time when starting the case, otherwise, it displays nothing. |
|
Case Description |
Information about the case. |
|
Starter |
User who started the case. |
Example
Input the SWDIR/util/plist -C maintem command where maintem is the procedure name. The output is shown as follows.
CNum CID Sts Case Description Starter yyyy/ddd hh:mm
------------------------------------------------------------------
1 1 (null) -D- case1 swadmin@swnod012 2012/097 12:30
101 101 (null) -D- test2 swadmin@swnod012 2012/097 14:31
201 201 (null) --- test3 swadmin@swnod012 2012/097 14:33