Invoke Workflow VS Launch Workflow in UIPath

0 votes

What the difference between Invoke Workflow and Launch Workflow Interactive ? please help

May 13, 2018 in RPA by ffdfd
• 5,550 points
4,778 views

2 answers to this question.

0 votes
Best answer

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.
answered Apr 8, 2019 by Abha
• 28,140 points
0 votes

Invoke workflow with Isolated checked property, works in the same way as Launch workflow Interactive.

They both run in separate windows session. Launch workflow forces the workflow to run in a separate windows process.

  Launch workflow interactive runs in a separate process.

answered May 13, 2018 by wrecker
• 3,110 points

Related Questions In RPA

0 votes
1 answer

What is the difference between invoke workflow and templates in UiPath?

Hi Arnab, in UiPath studio Invoking Workflow ...READ MORE

answered Mar 20, 2019 in RPA by Anvi
• 14,150 points
2,004 views
0 votes
1 answer

What is a Workflow in UiPath?

Hey @Ruchi, Workflows are small pieces of ...READ MORE

answered Mar 5, 2019 in RPA by Pratibha
• 3,690 points
5,258 views
0 votes
1 answer

What is workflow design in UiPath studio?

Hey @Bindu, UiPath Studio provides Automated Workflow Designs which ...READ MORE

answered Mar 25, 2019 in RPA by Pratibha
• 3,690 points
1,116 views
0 votes
1 answer

Robot Manager in UiPath

the robot.exe file is located in: C:\Users\USER_ACCOUNT\AppData\Local\UiPath\app-17.1.6523\Ui-Robot.exe Hope it ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,562 views
0 votes
1 answer

Automation in Uipath

you can use the Database package for connecting  ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,301 views
0 votes
1 answer

UiPath vs Workfusion

in WorkFusion, you can create a script ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
2,370 views
0 votes
1 answer

Surface automation in rpa?

Surface automation is a visual automation that is done using ...READ MORE

answered Apr 20, 2018 in RPA by wrecker
• 3,110 points
1,507 views
+1 vote
2 answers

Azure Cognitive services with RPA

Automation anywhere has support for making SOAP ...READ MORE

answered Aug 7, 2018 in RPA by Priyaj
• 58,090 points
1,132 views
0 votes
1 answer

How can I reuse an exisitng automation workflow in Uipath?

Hey Namita, for reusing existing workflows, you ...READ MORE

answered Mar 19, 2019 in RPA by Abha
• 28,140 points
3,142 views
0 votes
1 answer

How can I pause the execution of a workflow while debugging in UiPath studio?

Hey Pratibha, in UiPath studio you can ...READ MORE

answered Oct 11, 2019 in RPA by Abha
• 28,140 points
2,935 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP