AristoTelos Academy

Job for Break Planning Strategies

Job for Break Planning Strategies

Use Case

CalculationType, Sites and Teams fields control which break planning logic is used and for which organizational units breaks are generated.

Generate breaks only for selected sites

Useful when break planning should run only for selected operational sites.

{ "Sites": [ "Customer Support" ]}

Generate breaks only for selected teams

Useful for testing or partial rollout of break planning configuration.

{ "Teams": [ "Morning Team", "Backoffice Team" ]}

Use different break planning calculation strategy

Useful when different operations require different break planning logic.

{ "CalculationType": "<Alternative planning logic>"
}

Run break planning for future days

Useful when breaks should be generated in advance for upcoming operational days

{ "DayOffset": 1}

Was this helpful?