Run Application
Starts an executable file of application. The activity allows you to define application’s custom internal name for further use.
Fill in the internal application name. Fill in the File Path textbox with the full path to executable file. Fill in the Working directory and Arguments when needed.
Parameter name | Parameter Type | In/Out | Description |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Application name | String | Input | custom internal name for application in which the action is taken, in order to use in Wizlink® |
Arguments | String | Input | additional informations |
DisplayName | Literal | Input | you can change the name of activity for greater clarity of the scenario |
File Path | String | Input | full path to the file |
Max Execution Time | Double | Input | maximum execution time; if exceeded, activity assumed to fail |
Window style | Dropdown | Input | select the appropriate option from the dropdown list |
Working directory | String | Input | additional informations, variable or plain text |
Result | Boolean | Output | returns the Boolean value: it will return True if no error is in activity, otherwise it will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases it will return 1, the extended result code will show only in several chosen activities |