Hey Atul, Invoke Workflow File synchronously invokes a specified workflow, optionally passing it a list of input arguments. Input arguments for Invoke Workflow File are as follows:
- WorkflowFileName - The file path of the .xaml file to be invoked. This field accepts only string variables. The file path is relative to the current project folder. All string variables must be placed between quotes.
- Arguments - The parameters that can be passed to the application at startup.
- Isolated - If this check box is selected, the invoked workflow runs in a separate Windows process. This helps with isolating a faulty workflow from the main workflow.
While Launch Workflow Interactive synchronously invokes a specified workflow, forcing an interactive Windows session, if necessary. Optionally, you can pass it a list of input arguments. Though starting from v2018.2, this activity has been deprecated. Input arguments for Launch Workflow Interactive are as follows:
- KeepSessionConnected - If this check box is selected, in case the interactive session is disconnected, an automatic reconnection is attempted. By default, this check box is selected.
- LoginToConsole - If this check box is selected, the interactive session connects to the console. Otherwise, it uses remote desktop protocol to connect to the machine. By default, this check box is cleared.
- WorkflowFileName - The file path of the .xaml file to be invoked. This field accepts only string variables. The file path is relative to the current project folder.
- Arguments - The parameters that can be passed to the application at startup.