DISPLAY PROCESS CHAIN - USAP Command
Description
The DISPLAY PROCESS CHAIN command displays the list of processes contained within the specified process chain.
Command Line Syntax
The following figure illustrates the command line syntax of the DISPLAY PROCESS CHAIN command, using the command line, long form of its configuration options.
Note
- If -logid is specified, instance information will be displayed for the process chain instance associated with the logid; that is, process instance data is returned for processes that have been started.
- If -logid is not specified, the scheduled view of the process chain is returned (that is, no instance data).
Command Argument
The DISPLAY PROCESS CHAIN command can be expressed as either:
- -D (Short form)
- -display (Long form)
The DISPLAY PROCESS CHAIN command argument, process_chain, requests the display of the list of processes contained within the specified process chain.
Configuration Options
The following table describes all DISPLAY PROCESS CHAIN configuration options and provides the command line, long form of each option illustrated in the DISPLAY PROCESS CHAIN command line syntax, above.
Configuration | Command Line | Description |
---|---|---|
-chain_id | ID of process chain to be displayed. | |
-logid | Log ID for process instance data.
|
Output
- stdout: List of process chain processes.
- stderr: UNV messages.
Exit Codes
If logid is specified:
- If no logid:0 on success.
- Non-zero on error.
If logid is not specified, use exit code mappings:
- 'R' - Red: pcredec.
- 'G' - Green: pcgreenec.
- 'X' - Aborted: pcabortedec.
- 'A' - Active: pcactiveec.