cancel
Showing results for 
Search instead for 
Did you mean: 

Restart when steps of BPM fail

Former Member
0 Kudos

My BPM contains the following steps

Recieve->Transformation1->Transformaiton2->Send

Suppose i introduce an error in the first Transformation viz Transformation1( i am not handling the exception ). I want to restart the process after correcting the Transformation1.

In the sxmb_moni the following situation arises :

The message is shown successfully processed. Only the outbound status column has a red flag, and the error message "Error occured on the outbound side". This is because of the failure of Transformation1.

After making the corrections in the Transformation1, I am able to restart the process using SWF_XI_SWPR. However, it is again going in the error status. I have ensured that the Transformaiton1 is correct now.

Could anyone share ideas on how, after correcting the Transformation, we can successfully restart a BPM, so that the error message is reprocessed?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Yaymin,

maybe your transformation error wasnt catched by an exception. So your process can stop for itself; delete the workitem at transaction SWWL.

Regards,

Udo