AristoTelos Academy

States Shift Update Job Parameters

States Shift Update Job Parameters

Job for updating scheduled shifts to align with real employees’ states according to the configured rules.

List of sites included in the shift states update.

Determines whether successful updates should be reported.

TypeBool

Determines whether affected rosters should be invalidated during the update.

TypeBool

Number of days back from the execution date to be processed.

TypeInt

Use Cases

Job for Roster Reprocessing After Real Attendance Updates

Use Case

DaysBack and InvalidateRoster fields control how far back shift updates are processed and whether affected rosters are invalidated after the update of real employee states.

Update only current day shifts

{
"DaysBack": 0
}

Reprocess shifts from previous days

{
"DaysBack": 10
}

Invalidate roster after real attendance updates

Useful when updated employee states should trigger recalculation of related roster data.

{
"InvalidateRoster": true
}

Update shifts without roster invalidation

Useful when shift updates should not trigger additional roster recalculations for performance or operational reasons.

{
"InvalidateRoster": false
}

Was this helpful?

States Shift Update Job Parameters | AristoTelos Academy