Description
Opens a process.
Attributes
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
Arguments - The process application arguments.
DisplayName - Renames the activity.
FileName - The full file path and file name of the process application to be opened.
WorkingDirectory - The working directory of the process application.
Example
- Add a Start Process activity inside a Sequence.
- In the File Name, browse by clicking the browse button and select the Notepad application.
- In the Arguments, type the file path and file name of any Text file. \
The use case should look as the following screenshot.:
After executing, the specified Text file should start/open.