I am looking into Quartz.NET for scheduling tasks. One of the requirements being that I want to be able to schedule multiple jobs to the same trigger (basically sharing a trigger). However, Quartz.NET doesn't allow this. I also noticed in Windows Task Scheduler, you also cannot share triggers.
Having multiple jobs mapped to the same trigger seems like a common requirement. My question is, why is this not allowed? is there a reason NOT to to schedule multiple jobs to the same trigger?