Planning window
The planning window is the time interval to perform jobs. Typically, the time window is derived automatically and does not need to be supplied by user.
Example planning window definition from Monday 2024-02-05 00:00 to Sunday 2024-02-11 23:59:59:
{
"planningWindow": {
"startDate": "2027-02-01T00:00:00Z",
"endDate": "2027-02-03T00:00:00Z"
}
}
Please note, the startDate time is inclusive and the endDate is exclusive.