Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
MichalKrawczyk
Active Contributor
0 Kudos

There are many situations when you need to stop your process instance:

- there is an error which will not be solved (on development, production, etc.)

- before finishing the developement you wanted to try if a small part of your BPM is working but the rest is not finished yet (on development system)

- you started too many processes for a stress test and need to remove some of them as message processing takes too long (on quality assurance systems)

But how to stop them?

The easiest way to stop a process was always to delete this process. One of the most common ways to delete a process (also wildly recommended on XI/PI forum on SDN) was to use transaction SWWL - delete workitem. It's not a bad way but it we have a look at official SAP documents it's not mentioned there (at least not a lot). SAP mentiones an alternative way to remove processes called - logical deletion. Since many of us had some issues with finding this functionality I decided to create a short step by step procedure on how to use it:

At first you need to open technical workflow log of a BPM (I assume this is the common/known part)  

- select Goto and Work item display for workflow

 - select Goto and Technical work item display

- select Edit and Change

Now you will be in the work item display and from here you can logically delete the process instance by selecting execute button next to the "Logically Delete" description.

 

When you now go back to the normal technical log you will see that the process instance is deleted and marked as complete.

I hope that with all those screenshoots it will be easy now to use this standard logical deletion instead of using transaction SWWL.

6 Comments
Labels in this area