Adding an Approval record to running (executing) Approval Activity

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 12:26 PM
Hi There;
I have completed my work this far.
1) Add UI Action on change_request
2) UI Page to popup GlideDialogWindow' leverage HR Modal UI Page
3) Script Include to create sysapproval_approver record when state = 'Access' and find the executing action ( that is manager approval) and updated the new approval record with wk_activity to have the same wk_activity like one that is already created by workflow.
My Question:
Why Workflow - Approval Activity ( Manager Approval) is not waiting for this new approval to continue.
If I approve the already created approval ; it will proceed to next workflow activity.
Appreciate any suggestion to adjust the process.