I have a prompted variable in my project that is set to ‘false’ by default. This variable controls the execution of a process step, i.e., whether a particular process step should execute or not.
I have also set up this project to automatically deploy to a specific environment when I create a new release. But it seems that the prompted variable is somehow set to ‘true’ and the step gets executed every time I create a new release. I am able to confirm this because I have a post-deploy script for the step which outputs the value of said variable.
Is there a way to prompt the user to select a value in all situations, including environments where automatic deployment is enabled?