Roll Back Activity is Not working in workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 09:17 PM
Hi all,
We have a workflow in that requester approval has to go through 4 levels of approval in last approval if manger rejects it has to roll back to user ,
i have used rollback activity in the workflow ,it is not working ..is there any thing else we can use instead of rollback activity or any script we can
can use it to run .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 11:35 PM
HI Gova
Can you please attach the screen shot of workflow??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 12:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 04:25 AM
It won't rollback actions that took place in a script. I've accomplished this by just creating a loop that looks at a workflow scratchpad variable that I set to true/false when a certain condition is met. If it needs to loop back through I have a script that undos everything from before. You just have to be sure it won't run more activities than the workflow limit or you will need to increase it in the properties.