Is possible to have some cron to update lifecycle status?

Hi! I am receiving from HR authoritative base, an start vacation date and end vacation date. This can be received at any time prior to start vacation date. Is a way to have some job that runs in a daily fashion, and each day:
+read all identities
+for all identities: if NOW is between start and end date, THEN lifecyclestatus = inactive
I saw that workflows have a scheduled trigger, a get identities and a date comparator, but I can not figure how to inactivate user if condition is met.

Hi @jsosa
Can you refer the below blog written by @sharvari which will give you some insights

2 Likes

Thank you Rajesh, it is not the same case but I think I easily can change the triger workflow element by a scheduled one.

2 Likes

Yes you are correct.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.