How to produce run configuration dynamically?
I am going to create an action which will show a popup menu with several run configurations. The user can choose which to run.
I know RunConfigurationProducer can be used to generate run configuration from the current data context. However, in my scenario, some run configurations are not corresponding to the current data conext.
Please sign in to leave a comment.
Could you please post your code?