Hi, one of the questions I got yesterday was around scheduling workbench or other jobs using windows scheduler vs. the scheduler built into workbench.
So you can have multiple workbench jobs in one bat file and you can have multiple bat files in a single task in windows scheduler.
Once you test your first bat file, you can get creative and start writing out a log that you can then upload to Domo. Below is an example where we have the start and end times for the job written to a text file. There is another job in workbench that will upload the text file to Domo every 15 minutes.
Hope this helps.
Thanks,
Josh
Hi,
I followed all the steps described above and every time I try to run it I get this error.
Here is the code I'm using inside the batch file:
start "C:\Program Files\Domo\Workbench\wb.exe" "run-Job -s daltile.domo.com -j 159"
Any thoughts?
Try removing the quotes around the "run-job" portion. Weirdly for me that works only having the path in quotes.