- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 07:56 AM
I have a requirement that when a Catalog Task 2 Failed it will return to the previous Catalog Task 1 (closed state).
After the Catalog Task 2 Activity, I added a new Workflow Activity "Rollback To", it works and re- opens the Catalog Task 1, but the state of the Catalog Task 2 is being set to "Pending Approval". My question is, can we customize the state when I apply the Rollback To activity? Let say, I only like it to set as Pending since there is no approval happens.
I could not find the business rule for that activity.Any leads please? Thank you.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 08:59 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 09:00 AM
you can write run script to update state of catalog task as per your requirements.
rollback will reopen all previous tasks and approvals in your workflow. you can't customize rollback to activity.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 04:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 08:59 PM
I just removed the rollback activity and it works.