Perform Restart Process
Restarts a specified process or service.
Workflow inputs – Perform Restart 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 filter | The running name of the process to be started or restarted. This name will be checked against the current running workflows before the start or restart is performed.
_ | Yes | n/a |
start command | The command string, including executable, that can be used to start the process or service.
For example: net start “Print Spooler” | No | There is no default value.
|
restart command | The single command string, including executable that can be used to restart the process or service. | No | There is no default value. |
stop command | The command string, including executable, that can be used to stop a process or service.
_ | Conditional. | This input is required if the specified process or service must be stopped before it can be restarted. |
Workflow outputs – Perform Restart Process
Call Workflow Output | Description |
success | Indicates whether the process was started or restarted successfully.
Valid values: true, false |