Invoke Workflow

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 Description
Common Continue on error The option to continue the RPA flow even in the activity fails. This check box is selected by default.
Input Workflow File 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 The parameters that can be passed dynamically to the workflow, using a dictionary.
Misc DisplayName The name to be displayed for the activity.
Output Output Arguments A dictionary where key is the output argument name and the value is the argument value.
Response Code Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses