Workflow Manual / Version 2512.0
Table Of Contents
The processes utility shows all running workflow processes.
usage: cm processes -u <user> [other options] [-v|-v2]
available options:
Options Description
-d, --domain <domain name> domain for login
(default=<builtin>)
-g, --grpc-endpoint <gRPC endpoint> gRPC endpoint to connect to
--grpc-wfs-endpoint <WFS gRPC endpoint> gRPC endpoint of Workflow
Server to connect to
--http-base-uri <HTTP base URI> HTTP base URI of Content
Server where HTTP servlets
are provided (e.g. blob
servlet)
-p, --password <password> password for login; you will
be prompted for password if
not given
-u, --user <user name> user for login (required)
--url <ior url> url to connect to
-v, --verbose enables verbose output
-v2, --very-verbose include task details
The processes tool has the following additional options:
| Parameter | Description |
|---|---|
-v
| Verbose output, prints out additional information |
-v2
| Even more verbose output, includes task details |
Table 3.8. Options of the processes utility
The following sample output of the processes utility shows two
simple-publication workflows:
processes:
id: coremedia:///cap/process/46, definition: SimplePublication
(coremedia:///cap/processdefinition/3)
id: coremedia:///cap/process/26, definition: SimplePublication
(coremedia:///cap/processdefinition/3)
Use the -v option or the dump tool (see the
Content Server Manual) to obtain details about a process.


