Skip "Wait for condition" Workflow Executing Activities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 02:08 AM
Hi All,
I have a 'Wait for condition' activity in the workflow, but it was a long time ago when a certain field was deleted, which prevented us from moving to the next process. How can I skip this activity and get to the next stage in this situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 06:50 PM
I modified the record in Workflow Executing Activities to finished, but it did not work。
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 11:42 PM
A shame. If you feel like testing more stuff, you could take a look at how it works in a correct scenario.
I think it practically deletes the whole record from the "running" related list and creates a new one in the transition history or something similar.
I did some digging and there's an article about retriggering a stuck acitivity
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0713154
Based on the guidance there you could try messing with the activities and see if you can force the next activity to trigger?
Kinda weird that SN doesn't have a "skip" option for activities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 07:20 PM
Could you give me some advice, thanks