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?
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.
Finally, if you want to customize the input of your rule from the task you can check this post.
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.
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.