Perform Signal Process
Send a signal to a process.
Workflow inputs – Perform Signal 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 |
pid | The Process ID to signal. | Yes | n/a |
signal | The signal to send, specified either by name or number. For example, 9 or TERM. | No | There is no default value. |
Workflow outputs – Perform Signal 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 |