- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 12:55 PM
My approval state is set to Cancelled even though the approver rejected. I am expecting a value of "rejected". Is there something wrong with my configuration?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 05:20 PM
Hi @DanielG
In the approval action configure the rule as "ApprovedOrRejected" instead of using the or condition explicitly.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 08:06 AM
Hello @DanielG
I believe you are doing great.
I just got chance to replicate the scenario, but my approvals are not mark as cancelled even if it is rejected. I request you to recreate the subflow you are calling from your flow which I assume by looking screenshot as shared by you earlier.
I created a flow as below which calls a subflow.
Subflow as below
Now when I tested same here how my subflow worked.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 01:27 AM
Tried simulating this issue. For me, it shows rejected only when the approval is rejected. Not sure why it is not working for you.
Have you checked if any Business Rule is being fired in the backend which is actually moving the state to cancelled instead of rejected? Enable Business Rule debugger and see if any BR is creating the problem.
Please mark this response as correct and helpful if it assisted you with your question.