Lingo
Lingo

Reputation: 600

SAP ABAP delete a workflow

I have a running workflow which is in an endless loop.

Now I want to delete/cancel this workflow. In which Transaction can I do that?

Upvotes: 0

Views: 2322

Answers (1)

iPirat
iPirat

Reputation: 2206

go to transaction SWIA and find the workflow instance. One of the Action buttons is to cancel this workflow instance.

Update: just checked, the button is called "Manuell beenden" (I assume "Stop manually" or similar in English)

BTW, you should apply that button to the root node of the workflow instance (type WS...)

If you find your workitem in SWIA, use button "protocol" or similar, then switch to technical view, find out the workitem id of the root of the workflow instance. => use "manual stop" on that one in the main view of SWIA.

Upvotes: 3

Related Questions