Skip to main content

Parallels Context

Description

This Activity connects to parallels and provides a context for all other subsequent parallel activities.

Properties

Input

  • Server URL - Specify the parallels RAS(Remote Application Server) URL.
  • Username - Specify the parallels admin account username.
  • Password - Specify the parallels admin account password.

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.