How can I use Config variable in dispatcher workflow added just below KillAllProcesses workflow in Reframework?

I need to have orchestrator queue name and input excel file path for a dispatcher workflow. How can I access Config variable in dispatcher workflow?

Hi

If you are using REFramework then we can configure those values by reading from config file

Where in config file provide the queue name in Assets tab and filepath name in settings tab

As you have mention the queue name in asset tab create a text asset in orchestrator with that queue name as value

And while reading you can add those values to a dictionary variable

All these setups are already there in REFRamework template

So create a project with that template while opening studio and U will eventually get to know these

Cheers @Poonam_Yadav