Exec
Inclusion code:
| Service Deployment | |||
|---|---|---|---|
| Port Name | Location | Protocol | Interfaces |
| Exec documentation: | |||
| Exec | - | - | ExecInterface |
List of Available Interfaces
ExecInterface
Interface documentation:
| Operation Name | Input Type | Output Type | Faults |
|---|---|---|---|
| exec | CommandExecutionRequest | CommandExecutionResult |
Operation Description
exec
Operation documentation:
Invocation template:
exec@Exec( request )( response )
Request type
Type: CommandExecutionRequest
type CommandExecutionRequest: string {
.args*: string
.workingDirectory?: string
.stdOutConsoleEnable?: bool
.waitFor?: int
}
CommandExecutionRequest : string
args : stringworkingDirectory : stringstdOutConsoleEnable : boolwaitFor : int
Response type
Type: CommandExecutionResult
type CommandExecutionResult: any {
.exitCode?: int
.stderr?: string
}
CommandExecutionResult : any
exitCode : intstderr : string