
Pratula.69048 (Customer) asked a question.
As part of Workday integration, time zone aware terminations deprovison user access at import on the next day.
Is it possible to instead terminate to user on their END DATE at a Fixed time (say 2PM).
Time zone based on their location. Any suggestions on the flow? TIA!

Having the workflow check every 5 minutes might be challenging, but every 30 minutes or hour might be more reasonable as most people don't end their shift at 5 minute intervals.
I would set up a group rule that populates a group when a users end date attribute is populated. When the user is added to the group, the workflow kicks off and checks to see what date and shift is their end date and populates a table with their date and end time but all in the same time zone.
Every 30-60 minutes, run the workflow to check the table to see if it's time for that user to be deactivated, deactivate them if it's their time, then remove them from the table and from the group.