I need to create a business rule to auto approve a RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 01:03 PM
Hi All,
I want to auto-approve an approval task if the approver is also the Requestor.
For example, if the workflow has opened_by manager approval, and now the Manager is submitting a request on behalf of a team member, the RITM should be auto-approved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 06:42 PM
You should not be creating a business rule for it. The recommended way would be to add logic in flow of the request item.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 11:45 PM
I agree, that is the optimal solution, but not always feasible.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 10:59 AM
Yes, I agree, but we already have created 100+ catalog items and I don't want to create this logic in each and every workflow of these items. That's why I wanted to create a business rule for it.
@Peter Bodelier I tried without the condition you mentioned but still it is not working. Please help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 11:45 PM
Hi @Vijayenthiran S ,
Can you add a few log lines in the script, to see if the script is triggered at all, and if so where it stops?
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 02:01 PM
Hi @Peter Bodelier ,
I got it finally. I've achieved it using the flow designer, it is working as expected. Thanks for your time.