I’ve created a normal workflow where I kept launch URL in orchestrator’s Asset. Now I’ve to pass that asset value in argument so that studio can launch that URL. Please let me know what will be the default value of an argument so that bot can launch that URL.
By default argument will be null only
It’s based on what we define
So if you want to pass the url to a bot instead of getting from asset then you need to create a in type argument in the main workflow
Once after creating the argument publish it and install it either in UiPath assistant or orchestrator
Now after installed with latest version, whenever u trigger a bot either from assistant or orchestrator then u will be shown with an option to provide the value for in argument
There u can pass the value u want
Have a view on this for defining in argument for a process
Use a get asset activity in your workflow and give the asset name and in the output value field give the argument/variable to which you want to assign the value
If in REF
Place the name of asset in the assets sheet of config
Use in_Config("NamegiveninConfigForAsset").ToString will give the value which can be assign to the argument /variable you need