Skip to main content

Start Process

Description

This activity can start one or more processes and passes a list of arguments to it.

Properties

Input

  • Arguments – Specify the parameter values to use when starting a process.
  • File Name – Enter the absolute path or file name to find the executable file to start the process.
  • Working Directory – It is the current directory that holds the executable file.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Process – Process provides access to local and remote process and enables to start and stop local system processes

Example

Download Example

Get Process