How to bypass a workflow activity stuck at wait for condition and how to trigger the next activity started?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-11-2022 03:54 AM
Hi Folks,
We have a requirement to remove the schedule stage in change management and stage should be moved from authorize to implement on clicking implement button visible in the authorize stage.
I followed link and able to achieve that. But we got a problem with the existing tickets.
We have removed the activities related to schedule in change workflow but for already existing tickets in SNOW attached with previous workflow, the workflow was stucked at wait for condition as shown in fig.
Can anyone please help how to bypass it and set the next workflow activity started (check if state is "New")?
Thanks in Advance!
Kindly mark the answer Correct and Helpful if it helps to resolve your issue.
- Labels:
-
Script Debugger
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-11-2022 04:04 AM
Yes Before implementing any change on workflow based tasks who you should always consider what to do with existing records.
Here you can cancel all existing workflow contexts and raise those change requests again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-11-2022 04:34 AM
Hi
Kindly mark the answer Correct and Helpful if it helps to resolve your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-11-2022 04:41 AM
So if you are changing it to finish, it will get stuck in activity check if State is New