cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Email in BPM

Former Member
0 Kudos

Hello all.

Recently I used BPM and my question is.

How can send a email in BPM?, because I need to handle the erros when occurs.

I have a list of error and I need to catch the error and send a message with the errors.

I hope yours alternatives.

Thanks and Regards,

Accepted Solutions (1)

Accepted Solutions (1)

samiullah_qureshi
Active Contributor
0 Kudos

Hi,

You can send email from BPM as follows:-

Put your processing step, for which you want to catch error, into a block. And define a exception for that block and also insert a exception branch in that bolck. Assign block exception to that excpetion branch. In Property window of the processing step for which you want to catch the error, in system error choose exception.

Now in exception branch use Control Step. Also choose Trigger Alert in property window of control step. Mention Alert category, that you have to define in transaction ALRTCATDEF. In Alert category you can define recepient for this alert.

Regards,

Sami.

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos
VijayKonam
Active Contributor
0 Kudos

Put a Send step and send it. Create the Directory objects according to the receiving bus sys and channel.

VJ