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.
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.
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.
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 ?