What exactly is the workitemmanager.abortworkitem() supposed to do? In my scenario, I have a chain of activities act1->act2->act3. If I call workitemmanager.abortworkitem on an item then that item is skipped but the rest of the workflow still seems to be executing i.e. if act2 says abortworkitem then act3 is still executed.
This was a bit unexpected for me so would appreciate if someone could explain the reasoning..
Thanks