Is there a way to pause a workflow until a manual approval record is created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 07:39 AM
I am creating a form for travel requests that requires several approval stages. The first approval is the user's line manager (1) which they specify when completing the form so that is fine. However, the process calls for the line manager to approve the request then specify the security focal point (2) who becomes the next approver. They then approve the request and if it is for intentional travel, a third approver (the country director (3)) is required which the security focal point needs to specify.
I created a workflow which I thought would manage this with several manual approval stages, however, they clearly don't work as I expected. I expected the workflow to pause until an approval record was created, at which point it would move to that stage. Is there a way to achieve this behaviour?
I think I might have to add fields on the form to store the names of the approvers before they are generated. Hopefully there's an easier way.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 07:53 AM
Hi Wayne,
the flow looks good; the workflow approval activity will pause anyhow till it is either approved/rejected.
What issue you are facing?
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 08:08 AM
After the line manager approves their stage, the workflow continues all the way through to the join, ignoring the manual approvals. Is does not pause.
Here is the form showing the line manager's approved approval record:
Here is the workflow at the join stage having skipped the manual approvals:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 08:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 08:10 AM
Thanks Dirk, this confirms what I thought about the logic. It looks like I'll need to create fields on the forms to store the names of the approvers and wait for them to be populated before the approval record is created.