Hi, I have one DAG which takes in one parameter and then executes a bash command: ``` ... command: bash script: | ${WORK_DIR}/some_script.sh ${PARAM1} ... ``` Is there a way to execute same DAG with different parameters in parallel mode?