Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


hjohnson
2019-06-06T13:13:29Z
I have a time exception set up for a job to run only on Tuesdays. So, I have Monday, Wednesday, Thursday, Friday, Saturday and Sunday in the exception.

The job that uses this exception is triggered by the success of another job.

We need the report, that uses the exception, to go only once a specific job completes, but also, only on Tuesday's. I thought using an exception would be the solution but it is not working. The exception is turned on, so the report should not run Mon, Wed, Thurs, Fri, Sat, Sunday but it has run every day this week. Is it because another job is kicking it off? How else would I go about making sure this report only runs on Tuesday's but AFTER a specific job completes?

Thanks!
Sponsor
Forum information
Gary_W
2019-06-06T13:43:14Z
I believe you need a trigger dependency. Add another trigger for successful run of the other job, then click on the dependencies button to tie them together. It'll make more sense when you have a look at the options.
hjohnson
2019-06-06T13:57:15Z
so, put a trigger in the report job and tie that to the load job? I had the "on success" of the load job's task kicking off the report job. I changed it to "on success" of the load job, in general, to kick off the report job. I am not sure where the dependencies button is....
Scroll to Top