Workflow Manual / Version 2010
Table Of Contents
The download tool fetches a process definition and possibly an associated JAR
from the workflow server and writes them into files.
usage: cm download -u <user> [other options]
[-f <definition path>]
[-j <jar path>] <process definition id or name>
available options:
-j,--jar <jar> file name for the workflow jar to
download
(default=processdefinition-<id>.jar)
-f,--definition <definition> file name for the
workflow definition to download
(default=processdefinition-<id>.xml)
-d,--domain <domain name> domain for login (default=<builtin>)
-p,--password <password> password for login
-u,--user <user name> user for login (required)
-url <ior url> url to connect to
The options have the following meaning:
| Parameters | Description |
|---|---|
-j
| The name of the JAR file. If there is no custom JAR file associated with the process definition, this option is irrelevant. |
-f
| The name of the XML file for the process definition. |
Table 3.2. Options of download
The downloaded process definition corresponds to the coremedia-workflow.dtd.


