Perform Kill Process
Kills a specified process.
Workflow inputs – Perform Kill Process
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
name | The name of a service or a process.
Note: For Windows environments, this must be the image name of the process to be terminated. | Conditional. | Required in the absence of a pid value.
Either the name or the pid input must be provided. |
pid | The Process ID of the process to be terminated. | Conditional. | Required in the absence of a name value.
Either the name or the pid input must be provided. |
Workflow outputs – Perform Kill Process
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |