Trigger a workflow after some time what we need to do

Which IIQ version are you inquiring about?

Version 8.1

Share all details related to your problem, including any error messages you may have received.

I want to trigger workflows after sometime like after 10 mins to check all the pre process completed. How we can do that can we do by adding arguments?

Hi @akhil_chidurala,

On the very high level change you can introduce wait time in your workflow.

But kindly let us know your use-case so that according to that further suggestion or optimal solution can be given.

Thanks

Hi @akhil_chidurala,

I suggest to create a rule to lunch your workflow, you can find more information in this post.

After that you can create a Run Rule Task and schedule it. If you want you can also change the frequency of the TaskSchedule Object by modifying the cron expression.

Screenshot 2024-06-19 172158

Finally, if you want to customize the input of your rule from the task you can check this post.

Hope it helps, best regards,

Miguel

1 Like

Hi @akhil_chidurala ,

You can use Request manager class, please follow the below article https://community.sailpoint.com/t5/IdentityIQ-Wiki/Scheduling-a-workflow-to-run-in-the-future-from-BeanShell-rule/ta-p/74197

We want to trigger mover workflow when there is change in attribute but we want to trigger it after 1 hour because if there are any changes happened by mistake from the HR side.

@akhil_chidural The one option i can suggest.

a. Let trigger execute the workflow.
b. In Mover WF, you can design like below
- Start
- Step = Wait for 1 hr
- Check for Attribute change - Here you need to maintain Old Values and new values ( In Identity Archive should have old values at this moment)
- If your authoritative source is Workday, then you can call Single Account Aggregation to fetch update information and compare with old one.

Link of Single account aggregation : Aggregating a single account from an application - Compass (sailpoint.com)

If there is a change, i mean it back to original state then you can skip mover otherwise you can proceed with mover change.

Please check if this will work.

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