Creating a process

This subcommand creates a process definition, which includes specified process rules and an optional specified diagram uniform resource locator (URL).

Before you begin

You must be in the build_mgr or ccm_admin role to create a process.

About this task

ccm process -c|-create [-diagram|-diagramurl diagram_url_string] 
            [(-pr|-prs|-process_rule|-process_rules 
            generic_process_rule_spec)...] process_spec
-diagram|-diagramurl diagram_url_string
Specifies the diagram URL for the new process.
The diagram URL points to a file that contains more information about the process. Default processes have a URL to a descriptive file on the help server. The descriptive file contains a diagram that shows the flow of the baseline and tasks to the project groupings. You can view this file by using the -show diagramurl subcommand. If you are running a browser, see IBM Rational Synergy Standard process diagrams to view the various diagrams available for your use.
If you do not have the diagram ready, later you can set the URL to the path where the descriptive file resides.
process_spec
Specifies the name of the new process. See Process specification for details.
-pr|-prs|-process_rule|-process_rules generic_process_rule_spec...
Specifies the generic process rules to be added to the new process. See Process rule specification for details about generic process rules.

Example


Feedback