AristoTelos Academy

Autogenerate And Publish Shifts Job Parameters

Autogenerate And Publish Shifts Job Parameters

Job for automated shift creation and publication.

List of planning period IDs for which shifts are generated and published.

Offset in months from the current month for which shifts are generated.

TypeInt

ID of the user used as the author of generated shifts.

TypeInt

Determines whether already published shifts should be overwritten.

TypeBool

Use Cases

Job for Publishing or Replacing Monthly Shifts

Use Case

MonthOffset and OverwriteAlreadyPublished fields control for which month shifts are generated and whether already published shifts can be replaced.

Generate and publish shifts for next month

{
"MonthOffset": 1,
"OverwriteAlreadyPublished": false
}

Regenerate already published shifts

{
"MonthOffset": 1,
"OverwriteAlreadyPublished": true
}

Generate shifts for selected planning sites

Useful when shift generation should run only for selected planning period sites.

{
"PlanningPeriodSiteIds": [
2,
5,
8
]
}

Was this helpful?

Autogenerate And Publish Shifts Job Parameters | AristoTelos Academy