Uipath navigating in the process

Hi,

I am working on RPA advanced. The Framework divides the process in many sub process and I find it very easy to get lost, at least at the beginning. I would like to know if there is any software I can use to navigate through the process to check, for example, where a variable was or initialized or where arguments were declared and so on.

Thank in advance for your help!

1 Like

Hi,
You can go to the invoked processes by righ click and open workflow.
To get to know about the arguments passed to that workflow you can click on import arguments or edit arguments, and this should help you in identifying the right workflow and right arguments.

let us know if this helps.

Regards,
Pavan H

I’d like to check all sequences or flowchart in order to understand where I declared “something”… Instead of checking each element like when you debug the code of a program.

Hi,

If you want to check the workflow you have to open the workflow or else it is not possible.

Regards,
Pavan H

@Paola58,

We don’t have any software to check these things. At the time of declaring arguments just specify direction along with arguments name.

Eg. In_TransactionItem, out_TransactionItem and IO_TransactionItem.

Based on these names, somewhat we can get to know where we declared arguments.

To move forward, from workflow1 to workflow2 it’s clear. But how to get back, moving from workflow2 to workflow1 - if I don’t remember exactly what’s the parent of the workflow2 ?