Start Process
Description
Start the specified application and optionally pass a list of parameters to it.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Input | Arguments | InArgument<string> | Parameters that can be passed to the application at startup. |
File Name | InArgument<string> | You can find the full path to the executabel file of the application you want to open. Note: All strings must be placed between quotes. | |
Working Directory | InArgument<string> | The path to the current working directory. This field only accepts string variables. Note: All string variables must be placed between quotes. | |
Default | bool | Default shell execute. |