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. The input arguments open an argument dictionary. You can use the argument dictionary to view the arguments of the invoked workflow. The child must have arguments defined (in, out) that are not visible in RPA Management, once published. Only the main RPA flow arguments can be edited in RPA Management process.
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. Note: We must use the .xaml file name as input when using serverless
execution.
|
Input Arguments | Dictionary<String,Object> | The parameters that can be passed dynamically to the work- flow, using a dictionary. For example,New Dictionary (Of String, String) From {{"boy", "M"}, {"boys", "M"}, {"male", "M"}}” if there are string arguments containing string values. | |
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:
|