Run Application
- 18 Sep 2024
- 1 Minute to read
- DarkLight
Run Application
- Updated on 18 Sep 2024
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
General
This type of action can be used to run an external application (such as a batch or executable file).
NOTE
This type of action is not available in the SaaS version of Mail & Deploy.
Properties
This type of action has the following properties:
Name | Description |
---|---|
Application Path | An Expression that evaluates to a String that contains the path to the application to execute. |
Arguments | An optional Expression that evaluates to a String that contains commandline arguments to pass on to the application. |
Run As Specific User | When disabled, the application will be run under the Service Account; when enabled, you can specifiy credentials of the windows account to run the application as. |
Maximum Number of Retries | The execution of the external application is considered successful, if the process returns exit code 0. If it does not, you can specify the maximum number of retries to perform. |
Was this article helpful?