I’m working on the Robotic Enterprise Framework Deep Dive assignment, and I believe it is pretty difficult to figure out the actual process when the explanation is super outdated. I’m using the modern template without the “GetAppCredentials.xaml” and now I’m having issues with the “InitAllApplications.xaml”.
The walkthrough says to use an Open Application activity = Use Application/Browser and to change the FileName from the actual path to a more robust way to work which are Assets. Not to create an asset on Orchestrator but to use the Config file and write the Asset name
in the Assets sheet.
Quote: The Config dictionary is already used as input argument in the InitAllApplications.xaml workflow, so let’s change the filename path to in_Config(“UiDemoPath”).ToString.
I don’t get why the error. Shouldn’t the activity get the asset from the config file?
I know there’s no path in the Config file, but the error confuses me. Can anybody tell me how to configure this file?
I have seen your workflow, u dont need arguments for this workflow, just convert them to variables, but the workflow is disabled, so thats not where the problem came from.
Can you also show the arguments for the InitAllApplications.xaml?