Thank you for pointing out the documentation for the “Get Test Data Queue Item” activity. I am familiar with this activity, but my question is more about the context of configuring and saving the queue name.
Currently, in the framework, I see that we have an Assets.json file that contains only asset-related information. In REFramework, we usually use a configuration file (like Config.xlsx or similar) that stores not just assets but also queue names and other relevant parameters, which are then initialized and used across the workflow.
My question is:
- Should we extend this
Assets.jsonfile to include queue names and other configurations, or is there a best practice for defining and saving queue names in this type of framework? - How would you recommend configuring the queue name so that it can be effectively fetched and initialized during the Init state of the framework?