Hi,
I have a couple of time exclusions set up, and one job with a condition set up. What I'm wondering is, is there a way to flag a condition or exclusion as "global" vs "job"? The condition I have set up is only relevant to the job in which it's set up, yet all other jobs are able to see it (though it's not enabled in the other jobs). The problem is that I don't want any other jobs to be able to see it, because enabling it for the other jobs would literally be completely useless since the condition refers to a variable in the job it's configured for. The condition checks the result of an SQL query and only runs the rest of the job if there's at least one row in the result; enabling this condition in a different job would likely cause the different job to fail (or run successfully, but produce no results), because there would be no rows in the results, because the job it refers to isn't running. I honestly can't think of any situation in which I'd want a condition from one job to be visible by another job, but I suppose other businesses might have those types of scenarios.
As for time exclusions, I was quite pleased to see that they're visible to all jobs. I've set up two exclusions ("do not run during our nightly maintenance window from 1:45am to 5:45am" and "do not run on Sundays"), which would apply to pretty much every job I'd create, so not having to reconfigure them separately for each job is a huge bonus. But I suppose there might be situations where I'd want an exclusion just for a particular job, in which case I'd have the same situation as described above with the conditions.
Thanks.
Edited by moderator
2018-07-03T12:32:16Z
|
Reason: Not specified