Hi,
UiPath recommends using the REFramework but I’m curious as to how an application scope should be handled when used with REFramework.
The “Initializing” activity in the “State-Machine” Workflow provided by the REFramwork, is supposed to take take care of launching the app (and login) via the “Invoke InitiAllApplications workflow” workflow which is fine but how is the application scope re-used throughout the entire workflow?
How it is used in the “Close All Applications” workflow to logout and close the application or through the process itself via the “Get Transaction Data” workflow.
Do you have to re-create an application scope in each or can you somehow pass the application scope via some Argument in order to re-use it in different workflows?
Can anyone clarify this?
Thanks.