The dpmitpamadapter startprocess command starts a CA Process Automation process.
This command has the following format:
dpmitpamadapter startprocess [-sc sc_url] -formname form name -refpath ref path [-pre] [-post][-locale iso629value]
(Optional) Defines the URL for the service controller host.
Example: https://hostname:port/...
Defines the fully qualified host where the service controller is installed.
Example: localhost.ca.com
Defines the listening port for the service controller server.
Example: 80
Defines the name of the CA Process Automation form that you used for the process.
Specifies the reference path for the form.
Specifies the parameter name and value associated with the process you want to start.
(Optional) Specifies whether to generate an event before the operation is performed.
(Optional) Specifies whether to generate an event after the operation is performed.
(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".
Example: Start a Process
This example starts a process.
dpmitpamadapter startprocess -formname GetJobForm -refpath /Processes/MyProcess -inputparam Job_ID|89
Copyright © 2013 CA. All rights reserved. |
|