AristoTelos Academy

Breaks Planning Job Parameters

Breaks Planning Job Parameters

Job for automated breaks scheduling.

Offset in days from the execution date for which breaks planning is performed.

TypeInt

User role under which the breaks planning is executed.

Typestring

List of sites included in the breaks planning.

TypeList

List of teams included in the breaks planning.

TypeList

Optional description of the breaks planning calculation.

Typestring

Identifier of the breaks planning calculation type.

TypeInt

Name of the breaks planning calculation type.

Typestring

Use Cases

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?