Skip to main content

Invoke Workflow

Description

This activity invokes the specified workflow synchronously, optionally passing the list of required input arguments.

Properties

Common

  • 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.

Input

  • Arguments – Bind the local variables to workflow arguments.
  • Workflow File Name – Select the workflow(.xaml) file from the dropdown to invoke.

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

  • Timeout – An argument of type Timespan specifies the activity's waiting time to run before an error occurs and aborts the workflow.

Example

Download Example

Workflow