- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 07:07 AM
Approval record is getting created for the correct user but the approval state is getting stuck to "not yet requested".
It should be setting the state of the approval record to "Requested".
Due to this issue, workflow is stuck in the approval user activity.
Please suggest a solution.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2021 07:38 AM
Hi Folks,
Thanks for sharing suggestions. However I found the root cause of the issue in my case.
There is a BR on approval table with a role condition.
As per this, user need to have approver_user role to be able to approve/reject requests.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 07:11 AM
Hi,
Please check the dictionary of the state field on approval record and default value should be requested, also check if there is any before BR restricting the value from being updated to requested.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 07:30 AM
Hi Anil,
Thanks for responding. I could see the default value of stat is not requested.
But it has always been this way.
Also to mention that I am using similar approval activity in the same workflow and for those it works fine.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 08:20 AM
Hi,
can you please share more details?
On which table you have this workflow?
Who is the approver? Is it same who has created/opened by?
If it is on knowledge then there is property 'glide.knowman.ownership_group.allow_self_approval' if true, it Allow approval of self-authored article as ownership group member.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2021 12:00 AM
Hi Anil,
Its a very basic requirement. An RITM is created on submission of a catalog item. To this an approval record is created by using the approval user activity in workflow, based on conditions. its strange because approval for othr conditions are working fine. Only this particular one is creating an approval record with state "Not Yet Requested".