
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2017 08:22 AM
!
All,
I am attempting to rollback a workflow activity to the previous activity, the rollback works as expected and reopened the task however its not rolling through the script again. The results are the same regardless if I move from task 3 to task 1 or use the rollback activity.
Here is what I'm attempting to accomplish,
If return No,
Rollback to task 1,
If the workflow.scratch.rta_results == No, update the work notes field.
I have logged the activities and determined that in task 3 the workflow.scratch.rta_results is set to No. During the rollback activity, the script is ignored and the request reopened.
How do I accomplish this?
Any help on this is much appreciated. @
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2017 07:21 AM
I got this figured out!
I used this blog to determine how to handle the rollback activity.
https://community.servicenow.com/message/1211937?et=watches.email.thread#1211937

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2017 01:19 PM
I'll have to give it some thought Kristy.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2017 07:21 AM
I got this figured out!
I used this blog to determine how to handle the rollback activity.
https://community.servicenow.com/message/1211937?et=watches.email.thread#1211937