When I click Skip while a BPT Activity is actively running, it redirects me to the error screen of Service Center.It's understandable that you shouldn't be able to simply kill an Activity when it's active. It can be hard to do so technically, as well (it might be trying to fetch some data with a bulky query etc.)However, I would expect that when I click Skip, BPT determines that this activity shouldn't run again in case of an error or timeout.So if it finishes without errors, then it's automatically skipped anyway.If it doesn't finish successfully, I expect it to be skipped automatically at the end of the current run since I clicked Skip.I imagine a new attribute for Activities such as ' IsMarkedToBeSkipped ' under the hood.If this is not possible at all, then I at least expect the Skip button to be disabled when an Activity is active, because it redirects to the error screen anyway.