- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 05:32 PM
Hi All,
There are multiple snippets of attempted answers scattered across the community forum on this topic.
Can anyone be kind enough to help illustrate the steps involved in configuring the auto-close of HR cases after 5 business days if they have been in "awaiting acceptance" state? Can you please share screenshots of the new System Property and Scheduled Job created to accomplish this task? Many thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2020 07:09 AM
To piggy-back off what Michael said, as he is correct.
When you go to the workflow editor, you will need to checkout the workflow to actually edit the timer.
Just in case you are unsure as how to do so:
- type workflow edit in your filter nav and click on workflow editor
- when on the workflow url page, on the right you have your search field, type in HRI to location the workflow Michael mentioned HRI Case User Acceptance
- click on that workflow, and on the left side of the workflow, use the additional menu options to checkout the workflow
- Once checked out by you, locate the Timer step and double-click to get into it
- adjust your timer as needed
- then go back to the addition menu to publish the workflow
(ours as an example)
Now, someone might need to sanity-check me, but I think once you adjust this timer and republish the workflow, the new timer will only start with NEW cases hitting the conditions. Existing cases already using the previous timer will still use the previous timer.
Please let us know if you need more help with this, or if we have answered your question.
Cheers!
-Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 04:02 PM
Hi ,
It is typo error. Replace pn with ud:
if(ud>0){
continue the code
}
Thanks,
Sumanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 06:07 PM
The workflow - HRI Case User Acceptance - will trigger when the HR Case state is Awaiting Acceptance. That workflow has a timer, out of box it's set to 2 business days. You can just change the Timer to 5 days. No system property, no scheduled job is needed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2020 07:09 AM
To piggy-back off what Michael said, as he is correct.
When you go to the workflow editor, you will need to checkout the workflow to actually edit the timer.
Just in case you are unsure as how to do so:
- type workflow edit in your filter nav and click on workflow editor
- when on the workflow url page, on the right you have your search field, type in HRI to location the workflow Michael mentioned HRI Case User Acceptance
- click on that workflow, and on the left side of the workflow, use the additional menu options to checkout the workflow
- Once checked out by you, locate the Timer step and double-click to get into it
- adjust your timer as needed
- then go back to the addition menu to publish the workflow
(ours as an example)
Now, someone might need to sanity-check me, but I think once you adjust this timer and republish the workflow, the new timer will only start with NEW cases hitting the conditions. Existing cases already using the previous timer will still use the previous timer.
Please let us know if you need more help with this, or if we have answered your question.
Cheers!
-Rob