This could be done with a when() constraint, but one of the big features ColdFusion scheduled tasks have is the ability to set the start and end date for a task.
Attachments
2
Activity
Show:
Luis MajanoJune 16, 2022 at 9:14 PM
This is now completed in BE
Luis MajanoNovember 12, 2021 at 6:21 PM
Ok, thanks, that’s what I was looking for. Now I can have this in the ticket and then prepare the docs with this information. See below the proposed DSL for this feature:
Also, I see the start time, which in all reality is just a big toggle switch of when it can start and when it can stop. The interval period is still respected. So is it safe to assume these settings will only be a big toggle?
Brad WoodNovember 12, 2021 at 4:05 PM
I’m not exactly sure what you’re asking. I assume you know what a start date and end date are, lol.
Task A doesn’t start firing until 4:55 pm April 16th 2022
It also stops firing after 10:45 am July 3rd 2023
And on the days the task is running, it only runs between 9:00 am and 5:30 pm
Here is what that looks like in Lucee
And here is what that looks like in Adobe ColdFusion
Luis MajanoNovember 12, 2021 at 3:39 PM
Can you paste some examples here of this so I can track this ticket. I never used this before in CF.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
This could be done with a when() constraint, but one of the big features ColdFusion scheduled tasks have is the ability to set the start and end date for a task.