How to set other approver state to 'No longer required' if one Approver approved the CTASK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:01 AM
Hi,
A CTASK has a group approval where all the members in the group should approve or group approval should be provided, but the user is requesting to make approval - No longer required if any user in the group approves it. A run script is configured to create a standard change. How can I achieve this by modifying in the run script. Below is the script for reference. Please guide me to set other approver state to 'No longer required' if one Approver approved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:07 AM
Initially, it is recommended that you modify this aspect within your workflow. Take a look at the Group Approval activity in the workflow and verify that the specified options are chosen. Typically, when an individual grants approval, the status of other participants automatically transitions to 'No longer required.'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:10 AM
This approval is modified in a run script and not through any activity. Moreover the workflow points out to sc_request, so if I add any group approval activity, the approvers are reflected in the request instead of ctask.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:11 AM
I'd generate your approval using flow or subflow instead of generating it by script, this will cause the approval actions to be handled correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:14 AM
Could you please explain in detail how to achieve approval using flow or sub flow instead of generating it by script?