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.
Acquired Text | String | Output | text input by user |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Application Name | String | Input | custom internal name Wizlink will use to identify the application window |
Arguments | String | Input | additional informations |
Display Name | Literal | Input | changes display name of the activity |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
File Path | String | Input | directory path to a file (file name and extension included) |
Max Execution Time | Double | Input | maximum execution time; if exceeded, activity assumed to fail |
Result | Boolean | Output | returns a Boolean value. True if no error in activity, otherwise will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info |
Window style | Dropdown | Input | select the appropriate option from the dropdown list |
Working Directory | String | Input | additional information, variable or plain text |