...
h3. Component: com.avoka.livecycle.executableInvoker 8.0
h2. ExecutableInvokerService Service
Executable Invoker: Invokes an executable file with command parameters and saves the output stream of the process into a string variable.
|
h3. Operation Title: Invoke Executable (invokeExecutable) Invoke Executable: Invokes an executable file with command parameters and saves the output stream of the process into a string variable. |
| || Input Parameter || Type || Description ||
Editor || |
| | Executable Name | java.lang.String | The pathname of the executable file
|
| | |
| | Invocation Parameters | java.lang.String | Parameters to be used for invocation, the first parameter is the executable command name.
|
| | |
| |
|
| || Output Parameter || Type || Description || |
| | Standard Output | java.lang.String | The process variable to store standard output of executing the executable |
|
| | Standard Error | java.lang.String | The process variable to store standard error of executing the executable |
|
| | Exit Value | int | The process variable to store the exit value of executing the executable. 0 for successful execution, otherwise non 0 value is returned |
|
|
... h5. {panel:borderStyle=solid} For how to configure license information for this component service - Executable Invoker, please click on the following link: [Avoka LiveCycle ES Component License Configuration]
Please send us any questions or comments on this documentation regarding Executable Invoker by clicking on the following link: [Feedback|mailto:docfeedback@avoka.com?subject=DSC Documentation Feedback on Service: Executable Invoker] {panel}
h3. Licence Configuration:
|| Parameter || Type || Description || | License Key | java.lang.String | The license key. If blank, a runtime exception will occur. | | License Organisation | java.lang.String | The license organization. If blank, a runtime exception will occur. | |