I have the following problem about running a job in background, this is a backup job, I know TWS tells you not to run a job in background but in my scenario I have no other option but to run it in background, this is because I have a lot of scripts and used to run manually but now needs to automate and schedule with tws.
The idea I have is to create a job that validates the backup background job and waits until the background job is finished, only then it will continue its normal flow.
Any idea how to do it? or maybe TWS has an option to do this.
Thanks.