cancel
Showing results for 
Search instead for 
Did you mean: 

BPm without end ...

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I have made a BPM. In some cases (if idocs have not been processed in R3) this BPM won't have end.

I want to know if there is an option to 'kill' this BPM.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Ingo,

use can use a deadline branch

in which you will set your BPM to wait for 24 hours for exmaple and inside this deadline branch you can

do something that will finish the BPM:

- send mail for example that the BPM has finished

- or you can delete the BPM (control step - delete BPM)

- or throw an exception (control step - throw exception)

Regards,

michal

Answers (1)

Answers (1)

Former Member
0 Kudos

Inigo,

Try to kill the BPM using SWWL transaction.

Regards,

Felix