Hello,
If job builder have an option to use powershell, cmd or sql cmd, will have more uses.
In my case, I use it to export data from a visualization to a TXT file, but then I have to compress it on the webnode and move it to another server.
If I have the option to use any kind of command, I can do everything from the job builder.
my workarround is not very elegant, I create a batch file that first run the job, and then do the other stuff, and use Windows to schedule the batch file.