Planning window
The planning window is the time interval to perform jobs. Typically, the time window is derived automatically and doesn’t need to be supplied by the 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"
}
}
The startDate time is inclusive and the endDate is exclusive.
|