Execute Process
NEW IN 20.18.01 This utility executes a process by using the TrueSight Orchestration REST API.
Execute Process workflow input
Input | Description | Required |
---|---|---|
adapter name | Specifies the name of the REST adapter | Yes |
target url | Specifies the TrueSight Orchestration target server URL where you want to execute the process. For example: https://<host>:<port>/baocdp | Yes |
user name | Specifies the user name required to invoke the process | Yes |
password | Specifies the password that matches the user name | Yes |
authentication token | Specifies the authentication token, if required to execute the process. | No |
process name | Specifies the name of the process that you want to execute in the following format: :<ModuleName>:<ProcessDirectory>:<ProcessName> For example, :AutoPilot-AD-Utilities:Terminal:Command Line | Yes |
input parameters | Contains the input parameters required to execute the process. <inputParameters> <inputParameter> <name>adapter name</name> <value>CommandLineAdapter</value> </inputParameter> <inputParameter> <name>command</name> <value>hello</value> </inputParameter> </inputParameters> | No |
mode | Specifies the mode in which to execute the process, synchronously or in an asynchronous way. Valid values: sync (default), async | No |
Execute Process workflow output
Output | Description |
---|---|
process output | Contains the response from the process. |
detailed process output | Contains a detailed response. |
status | Returns the status of the process. |
error message | If the process fails, contains the error message specifying the failure. |