Is it possible that only one robot to execute a process which invoke another xaml inside?

Hi,

Recently I’m trying to optimize my previous processes.
Then I saw the sample of Re-framework process that it invoke several Xaml, such as Configuration.xaml, inside the process.
My problem is could only 1 attended can achieve this process?
Or it maybe needs several attended robots or 1 Unattended Robot to achieve?

Thanks in advance.

@opas1216

Yes you can.

Use Invoke WorkFlow activity and pass other xaml file path to invoke other workflow from parent WorkFlow.

1 Like

Hi @lakshman

Thanks for reply.

I knew the activity, so the invoke workflow is just import the workflow into the process?
I though it was activate another Robot(the first for main process, the second for the invoked process) to execute the invoked workflow.

Thanks for your help

1 Like

@opas1216

You can keep process into single project folder in folder wise and then you can invoke it.

1 Like

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