Question

How to use a parameter to determine which workspace runner to execute.

  • 2 September 2021
  • 1 reply
  • 4 views

Badge +1

I have created a User Parameter of type Choice. I am trying to transfer control to a workspace runner based on what is selected. So far, I am having no success. When I run the workspace, the value is showing as 0 instead of my actual choice.


1 reply

Userlevel 5
Badge +29

The test filter is using the attribute set in the creator. You have setup a parameter to hold the value but havent assinged that to an attribute.

You can use the parameter value directly in the testfilter, or use a parameter fetcher after your create to place the parameter on an attribute

Reply