It's possible to pass project variables to start commands?
Hello, I find it interesting if I could pass variables to the start command. Right now, I have 15 workers, and when I want to change the concurrency for all of them, I have to do it 1 by 1. So, is it possible to pass a project variable there?
Solution:Jump to solution
for sure, since that start command is in exec form you need to wrap your desired command in a shell so you can have variable expansion.
...
5 Replies