Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a job with multipletasks that runs 5 times a day. This job creates different QVD files and reloaded the QVW files in the end.
Now i have another task that i would like to get triggered after the first job flow (of all the tasks) has finished but i only want this job to execute once a day and not multiple times as the first job flow.
How would i go about that?
There is no ide to Schedule this task because the flow above it can finish at anytime.
The easiest way is to not make the task depend on the other one, but schedule it to execute once a day at a time when you can be sure the other task has finished for the first time.