Clarification on Invoke workflow

Hi Everyone,

I have two workflows

  1. Main.xaml - passing arguments to portal from Main
  2. Portal.xaml

I have identified to use workflows in portal.xaml instead of sequence.

Can I use new invoke workflow in portal.xaml and use the arguments of portable.xaml(the argument values received from Main) as variable in portal.xaml workflow

Thanks,
Ulaga

Hi @Boopathi

If u want to invoke new workflow and use the arguments of portable.xaml, u need to pass it to third workflow as shown.

Iam adding screenshot , I have created 3 workflows, Kindly refer

sc1

@SakshiGupta Thank you. Yes, i was expecting the same. Is that correct method passing arguments as variable or will it affect the performance of the bot?

Thanks,
Ulaga

@Boopathi
This is the best practice that I follow, If I come across with any other better solution I will let you know. But this wont affect your bot performance.

@Boopathi
I have tried this and its tested also, Kindly try and let me know if u face any issues.

Hi @SakshiGupta

Thank you. I am going to implement this on my project.

Thanks,
Ulaga

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.