Here is my situation:
My team uses Alteryx for our ETL, and at the end of several Alteryx workflows we are kicking off a Domo Workbench job via command line which requires a Domo Workbench Job ID. This works fine. However, when we promote from our Dev to QA to Prod environments, Domo Workbench only shows the jobs that were created/imported specifically on the Dev/QA/Prod machine rather than ALL Domo Workbench jobs associated with our Domo account. So that means we have to Export the Domo Workbench job from the Dev machine and then Import it into the QA and Prod machines. For example the Job ID in Dev will be 1, then in QA it is 2, and then in Prod it is 3, so we have to manually change the Job ID number in our Alteryx workflow. This goes against best practices since we have to make a manual change to our code to get it to run in the next environment.
Here is my question:
Can I set up Domo Workbench to be able to see ALL jobs associated with our Domo account rather than just the ones tied to the specific machine?