Invoke Workflow

You can select this activity to invoke an additional workflow that runs simultaneously with an existing workflow. Optionally, a list of input arguments can also be included in the invoked workflow.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on error Boolean The option to continue the RPA flow even in the activity fails. This check box is selected by default.
Input Workflow File String The .xaml file location that includes the workflow that must be invoked. This field accepts only String variables and must be placed within quotes.
Input Arguments Dictionary<String,Object> The parameters that can be passed dynamically to the work- flow, using a dictionary.
Misc DisplayName String The name to be displayed for the activity.
Output Output Arguments IDictionary<String,Object> A dictionary where key is the output argument name, and the value is the argument value.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid out put.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses