Is there a way to rollback task completion?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2012 11:06 AM
Once taskService.complete(id) is invoked is there a way to stop this from completing? As by throwing an exception? I tried an error end point - however that did not help.
Using an XOR gate to loop back also doesn't help me since that will end up creating a new task instance.
Any pointers would be greatly appreciated.
Using an XOR gate to loop back also doesn't help me since that will end up creating a new task instance.
Any pointers would be greatly appreciated.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2012 12:00 PM
Looks like creating a JavaTask and throwing a exception from there works. Please let me know if there are any issues associated with this approach.
